Boddlnagg / unitsLinks
Units of Measure for Rust
☆49Updated 9 years ago
Alternatives and similar repositories for units
Users that are interested in units are comparing it to the libraries listed below
Sorting:
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Initial rallying point for ideas and PRs around solving discoverability of Rust crates for production use.☆29Updated 8 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- Scrap Your Rust Boilerplate☆56Updated 8 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- D-inspired contract programming in Rust using macros☆54Updated 4 years ago
- A monotonic solver designed to be easy to use with Rust enum expressions☆48Updated 4 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- More maintainable Rust test☆28Updated 4 years ago
- An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte…☆46Updated last month
- Tiny RPC framework for Rust☆33Updated 10 years ago
- A general-purpose lens library for Rust.☆30Updated 8 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 8 months ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- A real-time hierarchical profiler☆82Updated 9 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- Lint to disallow the moving of marked types in Rust☆35Updated 9 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated 2 years ago
- Scary macros for serde_json☆43Updated 9 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 8 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- A library which finds language features in rust code and provides resources on them.☆39Updated 7 years ago
- Expose web api libraries as plugins in a way that is easy for Rust developers☆45Updated 7 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- Safely combine results☆82Updated last year
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- A composable wait system.☆76Updated 7 years ago
- Lightweight actor system built on top of Tokio☆73Updated 8 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆103Updated 6 years ago