1 line
843 B
JavaScript
1 line
843 B
JavaScript
initSidebarItems({"macro":[["vec","Creates a [`Vec`] containing the arguments."]],"mod":[["boxed","A pointer type for heap allocation."],["cmp","Functionality for ordering and comparison."],["collections","Collection types."],["convert","Traits for conversions between types."],["fmt","Utilities for formatting and printing `String`s."],["hash","Generic hashing support."],["iter","Composable external iteration."],["mem","Basic functions for dealing with memory."],["ops","Overloadable operators."],["option","Optional values."],["prelude",""],["result","Error handling with the `Result` type."],["slice","A dynamically-sized view into a contiguous sequence, `[T]`."],["str","Unicode string slices."],["string","A UTF-8 encoded, growable string."],["vec","A contiguous growable array type with heap-allocated contents, written `Vec<T>`."]]}); |