embassy-rs / embedded-ioLinks
MOVED TO https://github.com/rust-embedded/embedded-hal
☆21Updated 2 years ago
Alternatives and similar repositories for embedded-io
Users that are interested in embedded-io 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 last year
- Bare-metal allocators.☆75Updated 3 years ago
- Pluggable critical section☆153Updated last month
- A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly.☆86Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated last month
- no-std no-alloc Rust protobufs.☆34Updated last month
- Multiline TextBox for the embedded-graphics Rust crate☆64Updated 6 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆39Updated 11 months ago
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- An Embedded Network Abstraction Layer☆192Updated 11 months ago
- A modern and lightweight implementation of arbitrary integers for Rust☆41Updated last week
- Macro for sealing traits and structures☆59Updated 9 months ago
- Minimal and reusable non-blocking I/O layer☆102Updated last year
- You can name anonymous Future from async fn without dyn or Box!☆61Updated 3 years ago
- (going to be a) BLE stack for embedded Rust (now for real)☆18Updated last year
- Library facilitating safe pinned initialization☆60Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 2 weeks ago
- Defer running expensive destructors until later☆19Updated 3 years ago
- ⚠️ DEPRECATED ⚠️ -- use `portable-atomic` instead.☆32Updated 2 years ago
- A simple spinlock crate based on the abstractions provided by the `lock_api` crate.☆40Updated last year
- Choose Rust types at compile-time via constants☆68Updated last year
- Rust serialize/deserialize/access reflection for trees (no_std, no alloc)☆30Updated this week
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated this week
- Run pkg-config from declarative dependencies in Cargo.toml☆99Updated 3 weeks ago
- Constant-time dynamic memory allocator in Rust☆104Updated 2 months ago
- A simple no-std input debouncer to detect rising edges with minimal RAM requirements.☆29Updated 4 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated this week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆82Updated 2 weeks ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month