Docs.rs
orion-sdr-0.0.74
orion-sdr 0.0.74
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
17 September 2026
Links
Repository
crates.io
Source
Owners
skynavga
Dependencies
num-complex ^0.4
normal
numpy ^0.28
normal
optional
pyo3 ^0.28
normal
optional
rustfft ^6
normal
thiserror ^1
normal
Versions
65.94%
of the crate is documented
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
Skip to main content
bytes_to_bits
orion_
sdr
0.0.74
In orion_
sdr::
modulate::
ofdm_
frame
orion_sdr
::
modulate
::
ofdm_frame
Function
bytes_
to_
bits
Copy item path
Source
pub fn bytes_to_bits(bytes: &[
u8
]) ->
Vec
<
u8
>
ⓘ
Expand description
Unpacks bytes into a bit vector, MSB-first per byte.