1 2 3 4 5 6
#![doc = include_str!("../README.md")] #![forbid(unsafe_code)] #![warn(clippy::pedantic)] /// Tengu library version. pub const VERSION: &str = env!("CARGO_PKG_VERSION");