std
dz / rust / stdSubgraphs
Node Tree
Nodes
| convert | |
| content | convert: traits for conversions between types |
| children | convert/TryInto, convert/TryFrom |
| parents | rust/std |
| hyperlink | https://doc.rust-lang.org/std/convert/index.html |
| location | knowledge/rust.dz:141 |
| collections | |
| content | collections |
| children | collections/hashmap |
| parents | rust/std |
| hyperlink | https://doc.rust-lang.org/std/collections/index.html |
| location | knowledge/rust.dz:159 |
| iter | |
| content | iter |
| children | iter/trait, iter/skip, rust/iter (older node), links/four_limitations_rust_borrow_checker/outline/2_async_is_suffering (iter() used in simple example) |
| parents | rust/std |
| hyperlink | https://doc.rust-lang.org/std/iter/index.html |
| location | knowledge/rust.dz:182 |
| future | |
| content | Future: A future represents an asynchronous computatoin obtained by use of async. |
| children | rust/await |
| parents | rust/std |
| hyperlink | https://doc.rust-lang.org/std/future/trait.Future.html |
| location | knowledge/rust.dz:200 |
| ops | |
| content | Overloadable operators |
| children | ops/not |
| parents | rust/std |
| hyperlink | https://doc.rust-lang.org/std/ops/index.html |
| location | knowledge/rust.dz:224 |
| slice | |
| content | module for the slice primitive |
| children | slice/primitive, python/docs/glossary/slice (python: [0:4], rust: [0..4]) |
| parents | rust/std |
| hyperlink | https://doc.rust-lang.org/std/slice/index.html |
| location | knowledge/rust.dz:256 |
| env | |
| content | env: inspection and manipulation of rust environment |
| children | env/args |
| parents | rust/std |
| hyperlink | https://doc.rust-lang.org/std/env/index.html |
| location | knowledge/rust.dz:265 |