Skip to main content

alux_shape_morph/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub(crate) mod delegate;
4
5mod patch;
6mod prefixed;
7
8pub use patch::*;
9pub use prefixed::*;