fielder 0.1.0

Efficient and precise bitfields
Documentation
1
2
3
4
5
6
#![no_std]

mod traits;

pub use fielder_proc::bitfield;
pub use traits::*;