dashu

Crates.iodashu
lib.rsdashu
version0.4.2
sourcesrc
created_at2022-07-10 07:18:16.358673
updated_at2024-01-13 03:48:05.196933
descriptionA library set of big numbers
homepagehttps://github.com/cmpute/dashu
repositoryhttps://github.com/cmpute/dashu
max_upload_size
id622992
size18,636
Jacob Zhong (cmpute)

documentation

https://docs.rs/dashu

README

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.

Commit count: 285

cargo fmt