Amanieu / hashmap_coreLinks
Implementation of HashMap and HashSet for no_std environments
☆19Updated 6 years ago
Alternatives and similar repositories for hashmap_core
Users that are interested in hashmap_core are comparing it to the libraries listed below
Sorting:
- A pure Rust implementation of DEFLATE decompression☆45Updated 6 years ago
- std::Error in no_std environment.☆39Updated 5 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆46Updated 7 years ago
- The empty type Void.☆71Updated 2 years ago
- A macro to define lambda-like macros inline.☆17Updated 6 years ago
- Initialization code ("crt0") written in Rust☆69Updated 4 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- A toy sudo clone written in Rust☆76Updated 4 years ago
- Single-reader, multi-writer & single-reader, multi-verifier; broadcasts reads to multiple writeable destinations in parallel☆26Updated 7 years ago
- A type-safe wrapper around mount() system call for rust with good error reporting