mmastrac / rust-libc-printLinks
#[no_std] print equivalent for Rust
☆65Updated 2 weeks ago
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:
- Project group working on the "safe transmute" feature☆96Updated last year
- Scroll - making scrolling through buffers fun since 2016☆182Updated 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Macro for sealing traits and structures☆60Updated last year
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- ☆61Updated 2 years ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated 2 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Make trait methods callable without the trait in scope☆161Updated this week
- Macro to generate random constants in Rust https://xkcd.com/221/☆79Updated last year
- Convert number to enum☆87Updated last year
- docs.rs as a publishing platform?☆71Updated this week
- Better reference counted strings for Rust☆139Updated last year
- Read trait fixed to soundly work with uninitalized memory☆27Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Minimal asynchronous executor for Rust☆133Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆72Updated last week
- a cross-platform library for opening OS pipes in Rust☆114Updated 2 months ago
- A Rust library providing pretty hex dump.☆62Updated 3 weeks ago
- ☆68Updated 3 months ago
- Parse integers directly from `[u8]` slices in safe code☆61Updated last year
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last week
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago