Skip to main content

peakrdl_rust/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub mod access;
4pub mod encode;
5pub mod endian;
6#[cfg(feature = "fixedpoint")]
7pub mod fixedpoint;
8pub mod mem;
9pub mod reg;
10pub mod version;