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 |
#199 in Math
15,298 downloads per month
Used in 37 crates
(14 directly)
1MB
23K
SLoC
dashu
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-base
: Common trait definitionsdashu-int
: Arbitrary precision integersdashu-float
: Arbitrary precision floating point numbersdashu-ratio
: Arbitrary precision rational numbersdashu-macros
: Macros for creating big numbers
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
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
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.3MB
~28K SLoC