https://doc.rust-lang.org/reference/destructors.html
Provide site root to javascript Work around some values being stored in localStorage wrapped in quotes Set the theme before any content is loaded, prevents flash Hide / unhide sidebar before it is displayed Introduction 1. Notation 2. Lexical structure 2.1. Input format 2.2. Keywords 2.3. Identifiers 2.4. Comments 2.5. Whitespace 2.6. Tokens 3. Macros 3.1. Macros By Example 3.2. Procedural Macros 4. Crates and source files 5. Conditional compilation 6. Items 6.1. Modules 6.2. Extern crates 6.3. Use declarations 6.4. Functions 6.5. Type aliases 6.6. Structs 6.7. Enumerations 6.8. Unions 6.9. Constant items 6.10. Static items 6.11. Traits 6.12. Implementations 6.13. External blocks 6.14. Generic parameters 6.15. Associated Items 7. Attributes 7.1. Testing 7.2. Derive 7.3. Diagnostics 7.4. Code generation 7.5. Limits 7.6. Type System 8. Statements and expressions 8.1. Statemen...