technocreatives / core2Links
The bare essentials of std::io for use in no_std. Alloc support is optional.
☆74Updated last year
Alternatives and similar repositories for core2
Users that are interested in core2 are comparing it to the libraries listed below
Sorting:
- #[no_std] print equivalent for Rust☆64Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Rust's std::net except without the std.☆46Updated 2 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆39Updated last year
- `$crate` in procedural macros.☆73Updated last month
- Rust std::io with all the parts that don't work in core removed.☆36Updated 2 years ago
- Take a value atomically once.☆30Updated 2 years ago
- A (micro) framework for building bare-metal AMP (Asymmetric Multi-Processing) applications☆61Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- Tool to print stack usage information emitted by LLVM in human readable format☆53Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆59Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Project group working on the "safe transmute" feature☆93Updated 9 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 3 months ago
- Minimal and reusable non-blocking I/O layer☆100Updated last year
- ☆67Updated 10 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly.☆86Updated last year
- Macro for sealing traits and structures☆57Updated 7 months ago
- ☆57Updated last year
- Threadsafe RefCell for Rust☆93Updated 3 months ago
- ☆78Updated 4 years ago
- Serialization value trees☆45Updated 11 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- A Mutex wrapper tracking acquisition order☆74Updated last month
- ☆88Updated last year