Devlyn-Nelson / Bondrewd

Rust proc_macro library for bit level field packing.
7 stars 2 forks source link

Checked Slice Structures #8

Closed Devlyn-Nelson closed 2 years ago

Devlyn-Nelson commented 2 years ago

added Checked Slice Structure types that allow for unchecked read_slice and write_slice functions for each field. this makes it so you can read/write multiple fields in a slice without needing to do a size check each time.