7 unstable releases

0.4.2 Jan 13, 2024
0.4.1 Jan 12, 2024
0.4.0 Sep 12, 2023
0.3.1 Dec 8, 2022
0.1.0 Jul 10, 2022

#26 in Parser tooling

Download history 603/week @ 2023-12-31 632/week @ 2024-01-07 309/week @ 2024-01-14 656/week @ 2024-01-21 648/week @ 2024-01-28 614/week @ 2024-02-04 456/week @ 2024-02-11 547/week @ 2024-02-18 495/week @ 2024-02-25 620/week @ 2024-03-03 552/week @ 2024-03-10 512/week @ 2024-03-17 543/week @ 2024-03-24 751/week @ 2024-03-31 1127/week @ 2024-04-07 844/week @ 2024-04-14

3,306 downloads per month
Used in 14 crates (10 directly)

MIT/Apache

1MB
23K SLoC

dashu

Crate Docs Tests MSRV 1.61 License

A library set of arbitrary precision numbers (aka. big numbers) implemented in Rust. It's intended to be a Rust native alternative to GNU GMP + MPFR (+ MPC in future). It features:

  • Pure rust, full no_std support.
  • Focus on ergonomics & readability, and then efficiency.
  • Optimized speed and memory usage.
  • Current MSRV is 1.61.

Sub-crates

dashu is a meta crate that re-exports all the types from these sub-crates. Please see the README.md in each subdirectory for crate-specific introduction.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0.2–1.4MB
~39K SLoC