tarcieri / micromathLinks
Embedded Rust arithmetic, 2D/3D vector, and statistics library
☆423Updated 9 months ago
Alternatives and similar repositories for micromath
Users that are interested in micromath are comparing it to the libraries listed below
Sorting:
- a smaller, faster and panic-free alternative to core::fmt☆370Updated last year
- a cargo extension for programming microcontrollers☆248Updated 2 years ago
- Generic array types in Rust☆411Updated 3 months ago
- A port of MUSL's libm to Rust.☆634Updated 2 months ago
- Fast floating point to string conversion☆641Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆619Updated last year
- Delegation of trait implementations via procedural macros☆267Updated 11 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆194Updated last month
- A no_std + serde compatible message library for Rust☆1,131Updated this week
- A State Machine Language DSL procedual macro for Rust☆217Updated 4 months ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.☆313Updated 7 months ago
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- Fast numeric to- and from-string conversion routines.☆330Updated 4 months ago
- Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain☆549Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆821Updated 8 months ago
- Bit-level packing and unpacking for Rust☆169Updated last year
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- Adds zero-cost stack overflow protection to your embedded programs☆349Updated last month
- A heap allocator for embedded systems☆393Updated 4 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- Run embedded programs just like native ones☆644Updated last year
- Just, really the littlest Vec you could need. So smol.☆696Updated 3 months ago
- This crate provides macros to generate bitfield-like struct.☆185Updated last month
- How to bootstrap support for a no_std target☆211Updated last month
- Implementation of the `embedded-hal` traits for Linux devices☆266Updated 4 months ago
- Geometry primitives (basic linear algebra) for Rust☆470Updated 4 months ago
- Serialization library with zero dependencies☆800Updated 3 weeks ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 6 months ago