Crates.io | bit-int |
lib.rs | bit-int |
version | |
source | src |
created_at | 2024-11-12 08:59:27.590192 |
updated_at | 2024-11-30 10:09:11.880227 |
description | An arbitrary fixed bit-width integer library |
homepage | |
repository | https://github.com/sorairolake/bit-int |
max_upload_size | |
id | 1444679 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | 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 |
bit-int is a library for providing arbitrary fixed bit-width integers for Rust.
Add this to your Cargo.toml
:
[dependencies]
bit-int = "0.1.2"
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.67.0.
The upstream repository is available at https://github.com/sorairolake/bit-int.git.
The source code is also available at:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright © 2024 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.