1#![doc = include_str!("../README.md")] 2 3mod common; 4pub mod fixed; 5pub mod prelude; 6pub mod seq; 7pub mod variable;