KodrAus / rust-no-std
An example of making sure your Rust library actually builds in no-std environments
☆38Updated last year
Alternatives and similar repositories for rust-no-std:
Users that are interested in rust-no-std are comparing it to the libraries listed below
- Data structures like Rust `alloc` which reuse user allocated memory☆53Updated 5 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 4 months ago
- Memory validation framework for Rust☆66Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- `$crate` in procedural macros.☆69Updated last week
- A growable bit-vector for Rust, optimized for size☆40Updated 3 weeks ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 6 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 4 months ago
- Convert number to enum☆88Updated 7 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 5 months ago
- An object system for Rust based on relative pointers☆37Updated 2 years ago
- Token tree calling convention☆79Updated 2 years ago
- Better reference counted strings for Rust☆118Updated 7 months ago
- ☆54Updated 3 years ago
- ☆55Updated last year
- Crunchy unroller - deterministically unroll constant loops☆38Updated last month
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- #[no_std] print equivalent for Rust☆61Updated last year
- docs.rs as a publishing platform?☆68Updated 3 weeks ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Advisory cross-platform file locks using file descriptors☆77Updated this week
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆56Updated 2 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆50Updated 2 weeks ago
- Experimenting with Rust's fundamental data model☆50Updated 5 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Amplifying Rust language capabilities: multiple generic trait implementations, type wrappers, bit-precise numerics, derive macros☆51Updated 4 months ago
- Non-interleaving multithreaded output queue☆71Updated last week
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year