SergiusIW / noisy_float-rsLinks
A rust library for checked floating point operations
☆81Updated 5 months ago
Alternatives and similar repositories for noisy_float-rs
Users that are interested in noisy_float-rs are comparing it to the libraries listed below
Sorting:
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 9 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- A fast map for when one doesn't care about choosing the keys.☆26Updated 6 months ago
- Safe pointer-to-member functionality for rust☆33Updated 11 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- ☆31Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- A real-time hierarchical profiler☆82Updated 8 years ago
- Safely combine results☆81Updated 9 months ago
- Shred based event handler☆59Updated 2 years ago
- Judy array implementation in pure Rust☆87Updated 7 years ago
- A library for compact bit sets containing enums.☆101Updated 3 weeks ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- Rust crate for chosing outcomes based on a weighted probability map.☆32Updated 5 years ago
- ☆63Updated 7 years ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated 10 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- ☆76Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated last week
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 2 weeks ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Deprecated in favor of the libm crate.☆29Updated 6 years ago
- MockMe is a tool used to mock dependencies / function calls when running unit (lib) tests in Rust.☆44Updated 4 years ago