-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc_root.json
69 lines (68 loc) · 1.81 KB
/
doc_root.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"Learning Rust":[
{
"type":"mdBook",
"title":"The Rust Programming Language",
"url": ""
},
{
"type":"mdBook",
"title":"Rust by example",
"url": "https://doc.rust-lang.org/stable/rust-by-example/"
},
{
"type":"web",
"title":"Rustlings exercices",
"url": "https://github.com/rust-lang/rustlings/"
},
{
"type":"mdBook",
"title":"Embedded Book",
"url": "https://doc.rust-lang.org/stable/embedded-book/"
},
{
"type":"mdBook",
"title":"Webassembly Book",
"url": "https://rustwasm.github.io/docs/book/"
},
{
"type":"mdBook",
"title":"Command line Book",
"url": "https://rust-cli.github.io/book/index.html"
},
{
"type":"mdBook",
"title":"Rustonomicon",
"url": "https://doc.rust-lang.org/stable/nomicon/"
}
],
"Reference":[
{
"type":"mdBook",
"title":"Language Reference",
"url": "https://doc.rust-lang.org/reference/"
},
{
"type":"web",
"title":"Compiler Error Codes",
"url": "https://doc.rust-lang.org/error-index.html"
}
],
"Tools":[
{
"type":"mdBook",
"title":"Cargo",
"url": "https://doc.rust-lang.org/reference/"
},
{
"type":"mdBook",
"title":"Rustdoc",
"url": "https://doc.rust-lang.org/reference/"
},
{
"type":"mdBook",
"title":"Rustc",
"url": "https://doc.rust-lang.org/reference/"
}
]
}