Crates.io | malachite-bigint |
lib.rs | malachite-bigint |
version | |
source | src |
created_at | 2023-06-02 07:48:46.853037+00 |
updated_at | 2025-04-18 17:20:08.843415+00 |
description | A drop-in num-bigint replacement based on malachite |
homepage | |
repository | https://github.com/mhogrefe/malachite |
max_upload_size | |
id | 880656 |
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` |
size | 0 |
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.
See https://github.com/tczajka/bigint-benchmark-rs
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.