#mathematics #bignum

no-std dashu

A library set of big numbers

4 releases (2 breaking)

0.3.1 Dec 8, 2022
0.3.0 Nov 10, 2022
0.2.0 Sep 13, 2022
0.1.0 Jul 10, 2022

#1000 in Math

Download history 522/week @ 2023-01-26 532/week @ 2023-02-02 557/week @ 2023-02-09 544/week @ 2023-02-16 600/week @ 2023-02-23 575/week @ 2023-03-02 530/week @ 2023-03-09 749/week @ 2023-03-16 606/week @ 2023-03-23 634/week @ 2023-03-30 576/week @ 2023-04-06 637/week @ 2023-04-13 506/week @ 2023-04-20 601/week @ 2023-04-27 683/week @ 2023-05-04 639/week @ 2023-05-11

2,552 downloads per month
Used in 3 crates

MIT/Apache

1MB
22K 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