1 2 3 4 5
//! Lightweight offline verification library (no network). #![forbid(unsafe_code)] #![deny(missing_docs)] /// Placeholder to keep the crate compiling. pub fn init() {}