1//! RFC 3161 timestamping (client/validator). 2#![forbid(unsafe_code)] 3#![deny(missing_docs)] 4/// Placeholder to keep the crate compiling. 5pub fn init() {}