1//! Trust model implementations, linked together in the shared `ModelBasedVerifier` API. 2 3mod anchor; 4mod model; 5mod plain; 6mod util; 7mod wot; 8 9pub use model::ModelBasedVerifier;