823984418 / const_soft_float
rust const soft float point library
☆26Updated 10 months ago
Alternatives and similar repositories for const_soft_float:
Users that are interested in const_soft_float are comparing it to the libraries listed below
- Embed images in Rust documentation☆26Updated 3 years ago
- Easily cope with numeric literals in generic Rust code☆27Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 6 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 5 months ago
- Macro for sealing traits and structures☆52Updated 3 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Proof of concept ranged integers in Rust.☆41Updated last week
- ☆56Updated last year
- A pure-Rust, no_std compatible PNG decoder☆45Updated 2 years ago
- `$crate` in procedural macros.☆69Updated 3 weeks ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- We have Crater At Home☆28Updated 5 months ago
- A newtype with alignment of at least `A` bytes☆31Updated last month
- Iterator of const known length☆15Updated 3 months ago
- Safely cast slices of one built-in fundamental number type to another☆28Updated 3 weeks ago
- An undo-redo library.☆53Updated 3 weeks ago
- Fast, limited-memory array expressions on the stack in Rust, no-std compatible