https://github.com/wrightdylan/bitvecs
Bit vectorisaton library
https://github.com/wrightdylan/bitvecs
Last synced: 9 months ago
JSON representation
Bit vectorisaton library
- Host: GitHub
- URL: https://github.com/wrightdylan/bitvecs
- Owner: wrightdylan
- License: apache-2.0
- Created: 2025-08-18T12:32:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T12:47:25.000Z (10 months ago)
- Last Synced: 2025-08-18T14:34:24.002Z (10 months ago)
- Language: Rust
- Size: 1.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# bitvecs
A simple library for dynamically sized binary arrays. This is slower, but more versatile than a static binary array.
## License
This project is dual-licensed under either of
- Apache License (Version 2.0), ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
- MIT license, ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)).
`SPDX-License-Identifier: Apache-2.0 OR MIT`
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.