https://github.com/sorairolake/bit-int
An arbitrary fixed bit-width integer library for Rust
https://github.com/sorairolake/bit-int
integer number rust rust-lang rust-library
Last synced: 9 months ago
JSON representation
An arbitrary fixed bit-width integer library for Rust
- Host: GitHub
- URL: https://github.com/sorairolake/bit-int
- Owner: sorairolake
- License: apache-2.0
- Created: 2024-11-12T07:36:37.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-22T18:31:51.000Z (9 months ago)
- Last Synced: 2025-03-22T19:26:56.536Z (9 months ago)
- Topics: integer, number, rust, rust-lang, rust-library
- Language: Rust
- Homepage: https://docs.rs/bit-int
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.adoc
Awesome Lists containing this project
README
# bit-int
[![CI][ci-badge]][ci-url]
[![Version][version-badge]][version-url]
![MSRV][msrv-badge]
[![Docs][docs-badge]][docs-url]
![License][license-badge]
**bit-int** is a library for providing arbitrary fixed bit-width integers for
[Rust].
## Usage
Run the following command in your project directory:
```sh
cargo add bit-int
```
### Documentation
See the [documentation][docs-url] for more details.
## Minimum supported Rust version
The minimum supported Rust version (MSRV) of this library is v1.85.0.
## Source code
The upstream repository is available at
.
The source code is also available at:
-
-
## Changelog
Please see [CHANGELOG.adoc].
## Contributing
Please see [CONTRIBUTING.adoc].
## License
Copyright (C) 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.3 of the [_REUSE Specification_]. See
copyright notices of individual files for more details on copyright and
licensing information.
[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/bit-int/CI.yaml?branch=develop&style=for-the-badge&logo=github&label=CI
[ci-url]: https://github.com/sorairolake/bit-int/actions?query=branch%3Adevelop+workflow%3ACI++
[version-badge]: https://img.shields.io/crates/v/bit-int?style=for-the-badge&logo=rust
[version-url]: https://crates.io/crates/bit-int
[msrv-badge]: https://img.shields.io/crates/msrv/bit-int?style=for-the-badge&logo=rust
[docs-badge]: https://img.shields.io/docsrs/bit-int?style=for-the-badge&logo=docsdotrs&label=Docs.rs
[docs-url]: https://docs.rs/bit-int
[license-badge]: https://img.shields.io/crates/l/bit-int?style=for-the-badge
[Rust]: https://www.rust-lang.org/
[CHANGELOG.adoc]: CHANGELOG.adoc
[CONTRIBUTING.adoc]: CONTRIBUTING.adoc
[AUTHORS.adoc]: AUTHORS.adoc
[_REUSE Specification_]: https://reuse.software/spec-3.3/