Trait generalization of the fundamental types
☆48Jun 4, 2024Updated last year
Alternatives and similar repositories for funty
Users that are interested in funty are comparing it to the libraries listed below
Sorting:
- ☆36Aug 8, 2024Updated last year
- Write simple proc-macros inline with other source code.☆20Nov 24, 2024Updated last year
- Low-level manipulations of IEEE754 floating-point numbers.☆32May 17, 2023Updated 2 years ago
- async time combinators☆25Nov 9, 2025Updated 3 months ago
- myrrlyn’s wyzyrdly library☆25Mar 17, 2024Updated last year
- Backported standard Rust library to older compilers.☆23Oct 7, 2022Updated 3 years ago
- Crate for data that should be pinned to the stack at the point of declaration.☆14Dec 21, 2020Updated 5 years ago
- An attribute macro for creating a `Standard` distribution for rust types☆17May 18, 2021Updated 4 years ago
- rust const soft float point library☆27May 29, 2024Updated last year
- Experimenting with Rust's fundamental data model☆58Feb 10, 2026Updated 2 weeks ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Jan 5, 2022Updated 4 years ago
- Print bytes as losslessly as possible.☆18Sep 6, 2025Updated 5 months ago
- Multi-Dimensional Analog Literals in Rust☆15May 24, 2021Updated 4 years ago
- Test futures under all possible polling schedules☆21Jul 25, 2022Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Feb 7, 2026Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆57Feb 9, 2026Updated 2 weeks ago
- Helper macros: autoimpl, impl_scope☆68Dec 2, 2025Updated 2 months ago
- Implementation of PBRT in rust based on the C++ version by Matt Pharr, Grep Humphreys, and Wenzel Jakob.☆18Jun 21, 2022Updated 3 years ago
- Provide expansion of proc-macros, in a way that rustc directs you directly to the issues at hand☆22Jan 6, 2025Updated last year
- A simple, complete, const-everything, saturating, human-friendly, no_std Rust library for byte units.☆36Oct 2, 2023Updated 2 years ago
- libyaml transpiled to rust by c2rust☆34Mar 21, 2024Updated last year
- Elementary Number Theory for Integers in Rust☆20Mar 7, 2025Updated 11 months ago
- [rust] Extensions to the Box type☆23Apr 24, 2019Updated 6 years ago
- One macro to rule them all☆21Mar 11, 2023Updated 2 years ago
- Number names is a Rust library to provide formatted string names for cardinal and ordinal numbers.☆13May 16, 2022Updated 3 years ago
- Compare IEEE floating point values for equality.☆42Nov 14, 2023Updated 2 years ago
- Rust crate for controlling the tray of a CD drive☆23Jul 18, 2023Updated 2 years ago
- Wrapper around Rc safe to send to a different thread☆26Jan 2, 2026Updated last month
- Bit-vectors and bit-slices for Rust☆29Apr 29, 2021Updated 4 years ago
- ☆11Jun 16, 2018Updated 7 years ago
- HAMT implementation whose sub-trees can be shared over threads☆10Feb 9, 2026Updated 3 weeks ago
- Allows you to use a macro prefix_all to prefix every attribute in structs and enums on serialization