malachite-bigint

Crates.iomalachite-bigint
lib.rsmalachite-bigint
version
sourcesrc
created_at2023-06-02 07:48:46.853037+00
updated_at2025-04-18 17:20:08.843415+00
descriptionA drop-in num-bigint replacement based on malachite
homepage
repositoryhttps://github.com/mhogrefe/malachite
max_upload_size
id880656
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Mikhail Hogrefe (mhogrefe)

documentation

README

malachite-bigint

A drop-in replacement for rust num-bigint based on malachite Natural.

This is not an official malachite project. Please directly use malachite unless you need num-bigint compatibility.

Performance

See https://github.com/tczajka/bigint-benchmark-rs

Acknowledgement

malachite-bigint was created by Steve Shi to provide an alternative bigint implementation for RustPython.

This project is contributed to the malachite project and will be integrated to malachite 0.5.0.

Commit count: 951

cargo fmt