arbi implements an Arbitrary Precision Integer type: Arbi.
-
No dependencies by default.
If you need to generate random integers, enable the
randfeature, which depends on the rand crate. -
no_std.This crate is
no_stdand utilizes thealloccrate for dynamic memory allocation.Enable the
stdfeature if you needstd::error::Errorimplementations for error types (it is not used for other purposes). -
forbid(unsafe_code).Statically guarantees that crate code does not use
unsafeRust. -
Pure Rust implementation.
This project is dual-licensed under either the Apache License, Version 2.0 or the MIT License, at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you shall be dual-licensed as above, without any additional terms or conditions.