arbi

Crates.ioarbi
lib.rsarbi
version0.7.0
created_at2024-11-14 05:21:46.711899+00
updated_at2025-07-23 09:50:04.334224+00
descriptionArbitrary Precision Integer
homepage
repositoryhttps://github.com/OTheDev/arbi
max_upload_size
id1447433
size644,782
Owain Davies (OTheDev)

documentation

README

Test Static Analysis github docs.rs Crates.io License MSRV crates.io

arbi

arbi implements an Arbitrary Precision Integer type: Arbi.

Features

  • No dependencies by default.

    If you need to generate random integers, enable the rand feature, which depends on the rand crate.

  • no_std.

    This crate is no_std and utilizes the alloc crate for dynamic memory allocation.

    Enable the std feature if you need std::error::Error implementations for error types (it is not used for other purposes).

  • forbid(unsafe_code).

    Statically guarantees that crate code does not use unsafe Rust.

  • Pure Rust implementation.

License

This project is dual-licensed under either the Apache License, Version 2.0 or the MIT License, at your option.

Contributing

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.

Commit count: 77

cargo fmt