Amanieu / hashmap_coreLinks
Implementation of HashMap and HashSet for no_std environments
☆19Updated 5 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:
- std::Error in no_std environment.☆39Updated 4 years ago
- Initialization code ("crt0") written in Rust☆70Updated 4 years ago
- A pure Rust implementation of DEFLATE decompression☆45Updated 5 years ago
- The empty type Void.☆70Updated 2 years ago
- A toy sudo clone written in Rust☆76Updated 4 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆45Updated 7 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- Single-reader, multi-writer & single-reader, multi-verifier; broadcasts reads to multiple writeable destinations in parallel☆26Updated 7 years ago
- ☆63Updated 8 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- A type-safe wrapper around mount() system call for rust with good error reporting☆32Updated 3 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 4 months ago
- ☆40Updated 6 years ago
- ☆27Updated 8 years ago
- Cargo subcommand for contributing to your dependencies☆56Updated 5 years ago
- Tool to print stack usage information emitted by LLVM in human readable format☆55Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- Cargo inspired build system for C based projects☆31Updated 8 years ago
- A Beginner Friendly Rusty WASM Framework☆51Updated 6 years ago
- REPL-like interactive code editor☆29Updated 7 years ago
- Custom exit status codes with ? in main☆29Updated 6 years ago
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 years ago
- Haskell's language-c ported to Rust.