Re-exports
pub use self::rand::hashmap_random_keys;
Modules
- Global initialization and retrieval of command line arguments.
- fdExperimental
- Implementation of
std::osfunctionality for unix systems - The underlying OsString/OsStr implementation on Unix and many other systems: just a
Vec<u8>/[u8]. - thread_local_dtorExperimentalProvides thread-local destructors without an associated “key”, which can be more efficient.
- Thread parking on systems without futex support.
- Support for “weak linkage” to symbols on Unix
Macros
Statics
Traits
Functions
- init⚠