thomcc / atomic_floatLinks
Floating point types which can be safely shared between threads
☆22Updated last year
Alternatives and similar repositories for atomic_float
Users that are interested in atomic_float are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- LZW en- and decoding that goes weeeee!☆29Updated last month
- A newtype with alignment of at least `A` bytes☆33Updated 3 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 7 months ago
- ☆31Updated 5 years ago
- A pure-Rust, no_std compatible PNG decoder☆45Updated 3 months ago
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- Crunchy unroller - deterministically unroll constant loops☆50Updated 6 months ago
- ☆36Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 months ago
- ☆19Updated 4 years ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Rust API stability attributes for the rest of us.☆31Updated last year
- Macro for sealing traits and structures☆60Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- Rust library for safely and explicitly parsing untrusted data☆53Updated last year
- Build and evaluate binary expression trees☆37Updated last year
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- ☆56Updated 2 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- Proc-macro utility to populate enums from database data☆20Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago