mmastrac / rust-libc-printLinks
#[no_std] print equivalent for Rust
☆65Updated last month
Alternatives and similar repositories for rust-libc-print
Users that are interested in rust-libc-print are comparing it to the libraries listed below
Sorting:
- ☆61Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆175Updated 3 months ago
- Convert number to enum☆87Updated last year
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- a cross-platform library for opening OS pipes in Rust☆113Updated last month
- Macro for sealing traits and structures☆59Updated 11 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆51Updated last month
- Project group working on the "safe transmute" feature☆94Updated last year
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- Scroll - making scrolling through buffers fun since 2016☆178Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- A tool to mine crates.io and produce static websites☆137Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆111Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Better reference counted strings for Rust☆138Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.