technocreatives / core2
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
- Rust's std::net except without the std.☆46Updated 2 years ago
- Rust std::io with all the parts that don't work in core removed.☆36Updated 2 years ago
- #[no_std] print equivalent for Rust☆64Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- ☆67Updated 8 months ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Minimal and reusable non-blocking I/O layer☆95Updated last year
- A core wrapper made by terrible villains.☆26Updated 5 years ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Threadsafe RefCell for Rust☆90Updated last month
- MOVED TO https://github.com/rust-embedded/embedded-hal☆21Updated last year
- Project group working on the "safe transmute" feature☆92Updated 7 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆57Updated 2 months ago
- ☆74Updated 10 months ago
- ☆78Updated 3 years ago
- ☆72Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆72Updated 5 months ago
- Take a value atomically once.☆30Updated 2 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆37Updated last year
- A Two Level Segregated Fit (TLSF) allocator optimized for memory-constrained systems☆20Updated 4 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- Target "triple" support☆51Updated 2 months ago
- `$crate` in procedural macros.☆70Updated last month
- (lifetime) GATs on stable Rust☆58Updated last year
- ☆56Updated last year