danielhenrymantilla / rust-uninitLinks
Read trait fixed to soundly work with uninitalized memory
☆27Updated 2 years ago
Alternatives and similar repositories for rust-uninit
Users that are interested in rust-uninit are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- ☆61Updated 2 years ago
- #[no_std] print equivalent for Rust☆65Updated 3 weeks ago
- Macro for sealing traits and structures☆60Updated last year
- ☆31Updated 5 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- ☆64Updated 8 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 3 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Find calls to panic functions in rust executables☆36Updated 4 years ago
- Backported standard Rust library to older compilers.☆23Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Faster integer division and modulus operations☆87Updated 6 months ago
- A procedural macro implementation of `quote!`.☆24Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- Token tree calling convention☆82Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Run Rust tests in isolated subprocesses☆40Updated 2 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Updated 8 months ago
- Rust std::io with all the parts that don't work in core removed.☆36Updated 2 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 5 months ago
- A newtype with alignment of at least `A` bytes☆32Updated last week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 2 weeks ago
- Easy and safe destructuring for more types.☆33Updated last month
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago