1// #![warn(missing_docs)] 2#![warn(rust_2018_idioms)] 3#![warn(unreachable_pub)] 4 5pub mod runtime;