1#![no_std] 2#![forbid(unsafe_code)] 3#![doc = include_str!("../README.md")] 4pub mod commutative; 5pub use commutative::*;