1//! Definition of the Leaf-style storage protocol resource algebra. 2pub mod csum; 3pub mod excl; 4pub mod frac; 5pub mod hybrid_product;