1 2 3 4 5 6
#![deny(clippy::arithmetic_side_effects)] #![deny(clippy::cast_possible_truncation)] #![deny(warnings)] pub mod v0; pub mod v1;