danielhenrymantilla / rust-uninitLinks
Read trait fixed to soundly work with uninitalized memory
☆25Updated last year
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☆57Updated 9 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆56Updated 4 months ago
- #[no_std] print equivalent for Rust☆64Updated 3 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Faster integer division and modulus operations☆87Updated 2 weeks ago
- ☆31Updated 5 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated last month
- ☆63Updated 8 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Token tree calling convention☆79Updated 2 years ago
- Macro for sealing traits and structures☆57Updated 7 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- ☆57Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- ☆112Updated 2 years ago
- ☆29Updated last year
- Easy and safe destructuring for more types.☆32Updated 2 weeks ago
- Rustdoc's JSON output interface☆31Updated 2 weeks ago
- Backported standard Rust library to older compilers.☆22Updated 2 years ago
- Rust API stability attributes for the rest of us.☆32Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆104Updated 6 months ago
- ☆19Updated 4 years ago