Docs.rs
orphos-core-0.1.0
orphos-core 0.1.0
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
Ffloriel
Dependencies
bio ^2.3.0
normal
rayon ^1.10.0
normal
thiserror ^2.0.12
normal
wide ^0.7.33
normal
Versions
86.6%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module bitmap
orphos_
core
0.1.0
Module bitmap
Module Items
Functions
In crate orphos_
core
orphos_core
Module
bitmap
Copy item path
Source
Functions
§
clear_
bit
Clear a bit (set it to 0) at the given index
set_bit
Set a bit to 1 at the given index
test_
bit
Test if a bit is set at the given index
toggle_
bit
Flip a bit’s value 0->1 or 1->0 at the given index