corro/
lib.rs

1use inner::doc_inline_reexport;
2
3doc_inline_reexport! {
4    array_insertion,
5    array_removal,
6    array_rotation,
7    borrow,
8}