paholg / typenumLinks
Compile time numbers in Rust.
☆568Updated last month
Alternatives and similar repositories for typenum
Users that are interested in typenum are comparing it to the libraries listed below
Sorting:
- Ensure correct assumptions about constants, types, and more in Rust☆639Updated 2 years ago
- Generic array types in Rust☆431Updated last month
- The arena, a fast but limited type of allocator☆571Updated last year
- A library for creating references that carry their owner with them.☆381Updated 2 years ago
- A set of alternative `derive` attributes for Rust☆459Updated 2 months ago
- Cargo subcommand to profile binaries☆449Updated 2 years ago
- Stackless generators on stable Rust.☆474Updated 3 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆350Updated this week
- derive simple constructor functions for Rust structs☆570Updated last year
- A vector with a fixed capacity. (Rust)☆843Updated last year
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆540Updated last month
- Compile-time dimensional analysis for various unit systems using Rust's type system.☆312Updated 3 years ago
- Automatic checking for semantic versioning in library crates☆632Updated 2 years ago
- Manual segmented stacks for Rust☆328Updated last month
- Rust method delegation with less boilerplate☆508Updated last month
- Fowler–Noll–Vo hash function☆352Updated last year
- A small utility to compare Rust micro-benchmarks.☆363Updated last year
- Fast floating point to string conversion☆678Updated this week
- Delegation of trait implementations via procedural macros☆280Updated this week
- Intrusive collections for Rust☆473Updated last year
- Count lines of LLVM IR per generic function☆487Updated this week
- Test harness for ui tests of compiler diagnostics☆941Updated last week
- An implementation of Joshua Yanovski's Ghost Cell paper.☆492Updated last year
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆397Updated 3 years ago
- Faster, more compact implementation of std::Cow☆370Updated 2 years ago
- Fast numeric to- and from-string conversion routines.☆345Updated 2 months ago
- Compact inlined strings for Rust.☆537Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated last week
- A compiler plugin to insert flame calls☆388Updated 2 years ago
- PEG parser combinators using operator overloading without macros.☆521Updated 10 months ago