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