mmastrac / rust-libc-printLinks
#[no_std] print equivalent for Rust
☆64Updated last year
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:
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆74Updated last year
- Project group working on the "safe transmute" feature☆93Updated 9 months ago
- Convert number to enum☆87Updated 10 months ago
- Automatically implement traits for common smart pointers☆114Updated 2 months ago
- a cross-platform library for opening OS pipes in Rust☆111Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆96Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated 2 months ago
- Threadsafe RefCell for Rust☆91Updated 3 months ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- A Rust library providing pretty hex dump.☆63Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Define your own PhantomData☆152Updated last month
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- ☆57Updated last year
- ☆87Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆110Updated last month
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Make trait methods callable without the trait in scope☆147Updated 3 weeks ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated last month
- Macro for sealing traits and structures☆56Updated 6 months ago
- Lending iterators on stable Rust☆82Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- Minimal asynchronous runtime for Rust☆128Updated 10 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆208Updated last week
- A scope for async_std and tokio to spawn non-static futures☆135Updated last year
- Big array helper for serde☆61Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago