https://github.com/luizirber/bitmagic-rs
https://github.com/luizirber/bitmagic-rs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luizirber/bitmagic-rs
- Owner: luizirber
- License: other
- Created: 2020-10-27T00:33:19.000Z (almost 5 years ago)
- Default Branch: latest
- Last Pushed: 2022-03-05T22:39:47.000Z (over 3 years ago)
- Last Synced: 2025-03-15T14:56:43.986Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 77.1 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitmagic-rs
Experimental Rust bindings for [BitMagic](http://www.bitmagic.io).
[bitmagic-sys] is the low level unsafe bindings exposing the BitMagic C API,
while the top-level [bitmagic] crate exposes a safe Rust API.[bitmagic-sys]: ./bitmagic-sys/
This is a work in progress, and focused on exposing an API similar to
[fixedbitset 0.3.1](https://docs.rs/fixedbitset/0.3.1) before going for other methods in BitMagic.## Minimum supported Rust version
Currently the minimum supported Rust version is 1.37.0