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:
- #[no_std] print equivalent for Rust☆64Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 11 months ago
- Convert number to enum☆87Updated last year
- Token tree calling convention☆80Updated 2 years ago
- Memory validation framework for Rust☆70Updated 7 months ago
- Two macros for taking array references in rust.☆85Updated last year
- Project group working on the "safe transmute" feature☆94Updated last year
- sptr: The Strict Provenance Polyfill☆75Updated last year
- `$crate` in procedural macros.☆74Updated last week
- A big integer library in Rust with good performance.☆105Updated last year
- A Rust allocator which makes sound when active, like a Geiger counter.☆120Updated 6 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 4 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago
- Better reference counted strings for Rust☆136Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆115Updated last month
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆62Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated last year
- ☆112Updated 2 years ago
- Check your crate for (possible) no_std compatibility☆214Updated 2 years ago
- Experimenting with Rust's fundamental data model☆54Updated 2 months ago
- Automatically implement traits for common smart pointers☆120Updated 5 months ago
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- ☆63Updated 8 years ago
- Cross-platform implementation of cross-process named locks☆37Updated last year