Lokathor / safe_arch
Exposes arch-specific intrinsics as safe function (via cfg).
☆54Updated last month
Alternatives and similar repositories for safe_arch:
Users that are interested in safe_arch are comparing it to the libraries listed below
- Macro for sealing traits and structures☆53Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Threadsafe RefCell for Rust☆90Updated last month
- Faster integer division and modulus operations☆87Updated 2 years ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Rust library for safely and explicitly parsing untrusted data☆51Updated 11 months ago
- Mirror of Rust's allocator api for use on stable rust☆56Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆96Updated 3 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.