rust-num/num
A collection of numeric types and traits for Rust. observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4369
- days_rel: n/a
- days_push: 57
- n_releases_24m: 0
Adoption not part of the score
1220 stars · 150 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A meta-crate for Rust that re-exports a collection of numeric types and traits, including big integers, rationals, complex numbers, and generic integer traits. It supports no_std environments and generic programming over numeric properties.
Use cases
- do arbitrary-precision integer arithmetic in Rust
- work with rational numbers and fractions
- use complex numbers in numeric code
- write generic functions over integer types
- use numeric traits in no_std embedded Rust
When to choose
- you need bignum, rational, or complex number support in Rust
- you want generic numeric trait abstractions like Integer or Num
- you need numeric libraries that work without the standard library
When to avoid
- you only need one sub-crate and want to minimize dependencies
- you need floating-point linear algebra or matrix math
- you are not programming in Rust
Facets
library · maturity stable
math mathematics rust cross-platform numeric-types bigint complex-numbers rational-numbers traits no-std meta-crate
2 sources
- readme: https://github.com/rust-num/num · fetched 2026-08-28 · ad24800539c6
- registry_crates: https://crates.io/api/v1/crates/num · fetched 2026-08-29 · 8c1963cb1dc8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-num/num | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem