#integer #bit #numeric

no-std bit-int

An arbitrary fixed bit-width integer library

2 releases

new 0.1.1 Nov 14, 2024
0.1.0 Nov 12, 2024

#723 in Data structures

Download history 235/week @ 2024-11-11

235 downloads per month

Apache-2.0 OR MIT

64KB
1K SLoC

bit-int

CI Version MSRV Docs License

bit-int is a library for providing arbitrary fixed bit-width integers for Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
bit-int = "0.1.1"

Documentation

See the documentation for more details.

Minimum supported Rust version

The minimum supported Rust version (MSRV) of this library is v1.61.0.

Source code

The upstream repository is available at https://github.com/sorairolake/bit-int.git.

The source code is also available at:

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

License

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.

Dependencies

~150KB