1#![doc = include_str!("../README.md")] 2 3pub mod resource_specification; 4pub mod template; 5pub mod token; 6pub mod value;