Files @ 75e767adaaf7
Branch filter:

Location: CSY/reowolf/rustfmt.toml - annotation

MH
Add a new RawArray implementation

Needed to implement ringbuffer queues in a neat way. Will deprecate the
old RawVec implementation
1
2
3
reorder_imports = true
use_field_init_shorthand = true
use_small_heuristics = "Max"