You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/docs/rust/index.json

1 line
425 KiB

7 years ago
{"entries":[{"name":"1. Getting Started","path":"book/first-edition/getting-started","type":"Guide"},{"name":"1. Notation","path":"reference/notation","type":"Reference"},{"name":"2. Lexical structure","path":"reference/lexical-structure","type":"Reference"},{"name":"2. Tutorial: Guessing Game","path":"book/first-edition/guessing-game","type":"Guide"},{"name":"2.1. Input format","path":"reference/input-format","type":"Reference"},{"name":"2.2. Keywords","path":"reference/keywords","type":"Reference"},{"name":"2.3. Identifiers","path":"reference/identifiers","type":"Reference"},{"name":"2.4. Comments","path":"reference/comments","type":"Reference"},{"name":"2.5. Whitespace","path":"reference/whitespace","type":"Reference"},{"name":"2.6. Tokens","path":"reference/tokens","type":"Reference"},{"name":"2.7. Paths","path":"reference/paths","type":"Reference"},{"name":"3. Macros","path":"reference/macros","type":"Reference"},{"name":"3. Syntax and Semantics","path":"book/first-edition/syntax-and-semantics","type":"Guide"},{"name":"3.1. Macros By Example","path":"reference/macros-by-example","type":"Reference"},{"name":"3.1. Variable Bindings","path":"book/first-edition/variable-bindings","type":"Guide"},{"name":"3.2. Functions","path":"book/first-edition/functions","type":"Guide"},{"name":"3.2. Procedural Macros","path":"reference/procedural-macros","type":"Reference"},{"name":"3.3. Primitive Types","path":"book/first-edition/primitive-types","type":"Guide"},{"name":"3.4. Comments","path":"book/first-edition/comments","type":"Guide"},{"name":"3.5. if","path":"book/first-edition/if","type":"Guide"},{"name":"3.6. Loops","path":"book/first-edition/loops","type":"Guide"},{"name":"3.7. Vectors","path":"book/first-edition/vectors","type":"Guide"},{"name":"3.8. Ownership","path":"book/first-edition/ownership","type":"Guide"},{"name":"3.9. References and Borrowing","path":"book/first-edition/references-and-borrowing","type":"Guide"},{"name":"3.10. Lifetimes","path":"book/first-edition/lifetimes","type":"Guide"},{"name":"3.11. Mutability","path":"book/first-edition/mutability","type":"Guide"},{"name":"3.12. Structs","path":"book/first-edition/structs","type":"Guide"},{"name":"3.13. Enums","path":"book/first-edition/enums","type":"Guide"},{"name":"3.14. Match","path":"book/first-edition/match","type":"Guide"},{"name":"3.15. Patterns","path":"book/first-edition/patterns","type":"Guide"},{"name":"3.16. Method Syntax","path":"book/first-edition/method-syntax","type":"Guide"},{"name":"3.17. Strings","path":"book/first-edition/strings","type":"Guide"},{"name":"3.18. Generics","path":"book/first-edition/generics","type":"Guide"},{"name":"3.19. Traits","path":"book/first-edition/traits","type":"Guide"},{"name":"3.20. Drop","path":"book/first-edition/drop","type":"Guide"},{"name":"3.21. if let","path":"book/first-edition/if-let","type":"Guide"},{"name":"3.22. Trait Objects","path":"book/first-edition/trait-objects","type":"Guide"},{"name":"3.23. Closures","path":"book/first-edition/closures","type":"Guide"},{"name":"3.24. Universal Function Call Syntax","path":"book/first-edition/ufcs","type":"Guide"},{"name":"3.25. Crates and Modules","path":"book/first-edition/crates-and-modules","type":"Guide"},{"name":"3.26. const and static","path":"book/first-edition/const-and-static","type":"Guide"},{"name":"3.27. Attributes","path":"book/first-edition/attributes","type":"Guide"},{"name":"3.28. type aliases","path":"book/first-edition/type-aliases","type":"Guide"},{"name":"3.29. Casting between types","path":"book/first-edition/casting-between-types","type":"Guide"},{"name":"3.30. Associated Types","path":"book/first-edition/associated-types","type":"Guide"},{"name":"3.31. Unsized Types","path":"book/first-edition/unsized-types","type":"Guide"},{"name":"3.32. Operators and Overloading","path":"book/first-edition/operators-and-overloading","type":"Guide"},{"name":"3.33. Deref coercions","path":"book/first-edition/deref-coercions","type":"Guide"},{"name":"3.34. Macros","path":"book/first-edition/macros","type":"Guide"},{"name":"3.35. Raw Pointers","path":"