1 2 3 4 5 6 7
//! One-Time Password (OTP) enums and types. pub mod core; pub mod type_of; pub use core::{Otp, Owned}; pub use type_of::Type;