dunmatt / no-std-netLinks
Rust's std::net except without the std.
☆46Updated 2 years ago
Alternatives and similar repositories for no-std-net
Users that are interested in no-std-net are comparing it to the libraries listed below
Sorting:
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- ☆87Updated 9 months ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- ☆76Updated 2 months ago
- Cross-platform interface to the `errno` variable☆73Updated 2 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- ☆61Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Utilities for pinning☆97Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- Full precision decimal representation of f64☆26Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- ☆39Updated 2 years ago
- `$crate` in procedural macros.☆76Updated last month
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- #[no_std] print equivalent for Rust☆65Updated last month
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Proc macro for smol async runtime☆54Updated 4 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
- Convert closures into wakers☆46Updated 9 months ago
- Extensions to the Rust standard library☆49Updated 11 months ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆78Updated last year
- ☆68Updated 2 months ago
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Duplicate an async I/O handle☆41Updated 9 months ago