Module nom::lib::std [−][src]
std facade allowing std/core to be interchangeable. Reexports alloc crate optionally,
as well as core or std
internal std exports for no_std compatibility
Modules
| borrow | A module for working with borrowed data. |
| cmp | Functionality for ordering and comparison. |
| convert | Traits for conversions between types. |
| fmt | Utilities for formatting and printing strings. |
| iter | Composable external iteration. |
| mem | Basic functions for dealing with memory. |
| ops | Overloadable operators. |
| option | Optional values. |
| prelude | internal reproduction of std prelude |
| result | Error handling with the |
| slice | Slice management and manipulation. |
| str | String manipulation. |