1 2 3 4 5 6
#![doc = include_str!("../README.md")] // Moving this to separate crate, cuz I don't wanna to reimplement that parsing again for build magic // Also, because I can. pub mod impls;