rollercoaster/
lib.rs

1use core::hash::Hash;
2
3#[macro_use]
4mod macros;
5
6rollercoaster!(memory, grouping, concat, unique;);