rust-embedded-community / alignedLinks
A newtype with alignment of at least `A` bytes
☆33Updated 3 weeks ago
Alternatives and similar repositories for aligned
Users that are interested in aligned are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- ☆36Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- A simple macro to create correct opaque pointers☆21Updated 4 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 months ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 9 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Updated 9 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- A radioactive stabilization of the ptr_meta RFC.☆39Updated 3 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- ☆30Updated last year
- Easy and safe destructuring for more types.☆33Updated last month
- Full precision decimal representation of f64☆27Updated 3 weeks ago
- structured parallel execution for async Rust☆37Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls