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:
- Memory validation framework for Rust☆70Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Experimenting with Rust's fundamental data model☆54Updated last month
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated last year
- #[no_std] print equivalent for Rust☆65Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆116Updated last week
- Two macros for taking array references in rust.☆85Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago
- Crunchy unroller - deterministically unroll constant loops☆49Updated 5 months ago
- Bechmarks for Rust big integer implementations☆63Updated last year
- Cross-platform implementation of cross-process named locks☆38Updated last year
- Procedural macro to easily write higher-order strategies in proptest.☆48Updated last month
- Better reference counted strings for Rust☆139Updated last year
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆64Updated 4 months ago
- Convert number to enum☆87Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Faster integer division and modulus operations☆87Updated 5 months ago
- Advisory cross-platform file locks using file descriptors☆82Updated 7 months ago
- ☆64Updated 8 years ago
- Project group working on the "safe transmute" feature☆96Updated last year
- `$crate` in procedural macros.☆77Updated 2 weeks ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 weeks ago
- Fallible is an Option with inverted Try-semantics.☆25Updated 2 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- Easy access to individual bits of integers.☆51Updated 2 years ago