KodrAus / rust-no-stdLinks
An example of making sure your Rust library actually builds in no-std environments
☆38Updated 2 years ago
Alternatives and similar repositories for rust-no-std
Users that are interested in rust-no-std are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 2 weeks ago
- Better reference counted strings for Rust☆126Updated 10 months ago
- A sinless derive helper☆72Updated 6 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 7 months ago
- Convert number to enum☆87Updated 10 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Crunchy unroller - deterministically unroll constant loops☆40Updated 4 months ago
- Memory validation framework for Rust☆68Updated 3 months ago
- docs.rs as a publishing platform?☆69Updated 2 weeks ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Experimenting with Rust's fundamental data model☆51Updated 7 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- We have Crater At Home☆34Updated 7 months ago
- ☆63Updated 7 years ago
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Lending iterators on stable Rust☆82Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- Advisory cross-platform file locks using file descriptors☆78Updated last month
- An unordered multiset/bag implementation backed by HashMap☆67Updated 2 months ago
- Unbuffered and unlocked I/O streams☆45Updated 2 months ago
- Cross-platform, endian-aware primitives for Rust☆41Updated last month
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 8 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆74Updated last year
- Automatic cfg for Rust compiler features☆95Updated 2 weeks ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Rust attribute macro to implement a trait for tuples☆25Updated 6 months ago
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆85Updated 2 years ago