@@ -1391,8 +1391,8 @@ Both vectors and strings support a number of useful
1391
1391
[ methods] ( #methods ) , defined in [ ` std::vec ` ]
1392
1392
and [ ` std::str ` ] . Here are some examples.
1393
1393
1394
- [ `std::vec` ] : std/vec.html
1395
- [ `std::str` ] : std/str.html
1394
+ [ `std::vec` ] : std/vec/index .html
1395
+ [ `std::str` ] : std/str/index .html
1396
1396
1397
1397
~~~
1398
1398
# enum Crayon {
@@ -2966,30 +2966,30 @@ The full documentation for `std` can be found here: [standard library].
2966
2966
2967
2967
[ standard library ] : std/index.html
2968
2968
[ `std` ] : std/index.html
2969
- [ `bool` ] : std/bool.html
2970
- [ tuples ] : std/tuple.html
2971
- [ characters ] : std/char.html
2972
- [ strings ] : std/str.html
2973
- [ vectors ] : std/vec.html
2974
- [ managed boxes ] : std/managed.html
2975
- [ owned boxes ] : std/owned.html
2976
- [ pointers ] : std/ptr.html
2977
- [ `option` ] : std/option.html
2978
- [ `result` ] : std/result.html
2979
- [ task ] : std/task.html
2980
- [ communication ] : std/comm.html
2981
- [ `os` ] : std/os.html
2982
- [ `path` ] : std/path.html
2983
- [ `io` ] : std/io.html
2984
- [ containers ] : std/container.html
2985
- [ `hashmap` ] : std/hashmap.html
2986
- [ `kinds` ] : std/kinds.html
2987
- [ `ops` ] : std/ops.html
2988
- [ `cmp` ] : std/cmp.html
2989
- [ `num` ] : std/num.html
2990
- [ `to_str` ] : std/to_str.html
2991
- [ `clone` ] : std/clone.html
2992
- [ `libc` ] : std/libc.html
2969
+ [ `bool` ] : std/bool/index .html
2970
+ [ tuples ] : std/tuple/index .html
2971
+ [ characters ] : std/char/index .html
2972
+ [ strings ] : std/str/index .html
2973
+ [ vectors ] : std/vec/index .html
2974
+ [ managed boxes ] : std/managed/index .html
2975
+ [ owned boxes ] : std/owned/index .html
2976
+ [ pointers ] : std/ptr/index .html
2977
+ [ `option` ] : std/option/index .html
2978
+ [ `result` ] : std/result/index .html
2979
+ [ task ] : std/task/index .html
2980
+ [ communication ] : std/comm/index .html
2981
+ [ `os` ] : std/os/index .html
2982
+ [ `path` ] : std/path/index .html
2983
+ [ `io` ] : std/io/index .html
2984
+ [ containers ] : std/container/index .html
2985
+ [ `hashmap` ] : std/hashmap/index .html
2986
+ [ `kinds` ] : std/kinds/index .html
2987
+ [ `ops` ] : std/ops/index .html
2988
+ [ `cmp` ] : std/cmp/index .html
2989
+ [ `num` ] : std/num/index .html
2990
+ [ `to_str` ] : std/to_str/index .html
2991
+ [ `clone` ] : std/clone/index .html
2992
+ [ `libc` ] : std/libc/index .html
2993
2993
2994
2994
## The extra library
2995
2995
@@ -3012,8 +3012,8 @@ tutorials on individual topics.
3012
3012
* [ Tasks and communication] [ tasks ]
3013
3013
* [ Macros] [ macros ]
3014
3014
* [ The foreign function interface] [ ffi ]
3015
- * [ Containers and iterators] ( tutorial- container.html )
3016
- * [ Error-handling and Conditions] ( tutorial- conditions.html )
3015
+ * [ Containers and iterators] [ container ]
3016
+ * [ Error-handling and Conditions] [ conditions ]
3017
3017
* [ Packaging up Rust code] [ rustpkg ]
3018
3018
3019
3019
There is further documentation on the [ wiki] , however those tend to be even more out of date as this document.
@@ -3022,6 +3022,8 @@ There is further documentation on the [wiki], however those tend to be even more
3022
3022
[ tasks ] : tutorial-tasks.html
3023
3023
[ macros ] : tutorial-macros.html
3024
3024
[ ffi ] : tutorial-ffi.html
3025
+ [ container ] : tutorial-container.html
3026
+ [ conditions ] : tutorial-conditions.html
3025
3027
[ rustpkg ] : tutorial-rustpkg.html
3026
3028
3027
3029
[ wiki ] : https://github.com/mozilla/rust/wiki/Docs
0 commit comments