Docs.rs
next-plaid-0.2.1
next-plaid 0.2.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
raphaelsty
Dependencies
accelerate-src ^0.3
normal
optional
blas-src ^0.14
normal
optional
byteorder ^1.5
normal
fastkmeans-rs ^0.1.4
normal
half ^2.4
normal
indicatif ^0.18.3
normal
memmap2 ^0.9
normal
ndarray ^0.16
normal
ndarray-npy ^0.9.1
normal
ndarray-rand ^0.15
normal
num-traits ^0.2
normal
openblas-src ^0.10
normal
optional
rand ^0.8
normal
rand_chacha ^0.3
normal
rayon ^1.10
normal
regex ^1.11
normal
rusqlite ^0.38
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
approx ^0.5
dev
criterion ^0.8.1
dev
tempfile ^3.10
dev
Versions
97.77%
of the crate is documented
Go to latest version
Platform
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
packbits
next_
plaid
0.2.1
packbits
Sections
Arguments
Returns
In next_
plaid::
utils
next_plaid
::
utils
Function
packbits
Copy item path
Source
pub fn packbits(bits: &[
u8
]) ->
Vec
<
u8
>
ⓘ
Expand description
Pack bits into bytes (big-endian).
§
Arguments
bits
- Array of bits (0 or 1)
§
Returns
Packed bytes