mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-03-30 05:55:27 +00:00
Add minimq to the list of no-std crates
This commit is contained in:
parent
0de340441e
commit
7c66bbd29e
1 changed files with 1 additions and 0 deletions
|
@ -1082,6 +1082,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
1. [mqtt-sn](https://crates.io/crates/mqtt-sn): Implementation of the MQTT-SN protocol - 
|
||||
1. [microfft](https://crates.io/crates/microfft): Embedded-friendly (`no_std`, no-`alloc`) fast fourier transforms - 
|
||||
1. [micromath](https://github.com/NeoBirth/micromath): Embedded Rust math library featuring fast, safe floating point approximations for common arithmetic operations, 2D and 3D vector types, and statistical analysis - 
|
||||
1. [minimq](https://crates.io/crates/minimq): A minimal MQTT5 client designed for no_std platforms - 
|
||||
1. [nalgebra](https://crates.io/crates/nalgebra): general-purpose and low-dimensional linear algebra library - 
|
||||
1. [nom](https://crates.io/crates/nom): parser combinator framework - 
|
||||
1. [null-terminated](https://crates.io/crates/null-terminated): generic null-terminated arrays - 
|
||||
|
|
Loading…
Reference in a new issue