use fixcol_derive::{ReadFixed, WriteFixed}; #[derive(ReadFixed, WriteFixed)] struct Thing; pub fn main() {}