alux-shape-morph 0.1.0

Transformations of ALUX data shapes, stated as another algebra
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

pub(crate) mod delegate;

mod patch;
mod prefixed;

pub use patch::*;
pub use prefixed::*;