11 repos
Rust libraries for numerical computing, trait-based abstractions, and algorithms. The cluster centers on the `num` ecosystem—foundational crates like `num-traits`, `num-complex`, `num-rational`, and `num-integer`—which provide reusable type classes and implementations for generic numeric code. Alongside these are graph algorithm and iterator libraries that leverage Rust's trait system for composable, type-safe computation. This is a mature, interconnected set of foundational tools for building numerical and algorithmic code in Rust.