libbladerf-rs 0.4.1

Fully Rust native BladeRF driver
1
2
3
4
5
6
7
//! Generic NIOS packet encode/decode primitives.
//!
//! Provides the `nios` submodule containing packet format definitions,
//! target address spaces, and generic read/write encode/decode functions
//! for the NIOS II soft-core processor used on BladeRF1.

pub mod nios;