KodrAus / rust-no-stdLinks
An example of making sure your Rust library actually builds in no-std environments
☆39Updated 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☆58Updated last month
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆113Updated last week
- #[no_std] print equivalent for Rust☆64Updated 2 months ago
- Experimenting with Rust's fundamental data model☆53Updated last month
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- A big integer library in Rust with good performance.☆105Updated last year
- sptr: The Strict Provenance Polyfill☆75Updated last year
- Memory validation framework for Rust☆69Updated 6 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆62Updated last month
- Convert number to enum☆87Updated last year
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated last year
- Better reference counted strings for Rust☆135Updated last year
- Project group working on the "safe transmute" feature☆94Updated 11 months ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 3 months ago
- `$crate` in procedural macros.☆74Updated this week
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 11 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- Two macros for taking array references in rust.☆85Updated 11 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Automatic cfg for Rust compiler features☆102Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- Easy access to individual bits of integers.☆51Updated 2 years ago
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆63Updated 3 months ago
- ☆112Updated 2 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Faster integer division and modulus operations☆87Updated 2 months ago