2 releases

0.0.2 Oct 25, 2024
0.0.1 Oct 21, 2024

#681 in Math

Download history 269/week @ 2024-10-20 27/week @ 2024-10-27

296 downloads per month

MIT license

27KB
548 lines

fastnum

Arbitrary precision, fixed-size signed and unsigned decimal numbers implemented in pure Rust.

Features

Serialization and Deserialization

The serde feature enables serialization and deserialization of fastnum decimals via the serde crate.

Database ORM's support

The diesel feature enables serialization and deserialization of fastnum decimals via the diesel crate.

Autodocs crates support

The utoipa feature enables support of fastnum decimals for autogenerated OpenAPI documentation via the utoipa crate.

Licensing

fastnum is licensed under either the MIT license or the Apache License 2.0.

Dependencies

~0.7–1.6MB
~34K SLoC