Expand description

This crate contains only code handling data types used by crev, without getting into details how actually crev works (where and how it manages data).

Re-exports

pub use crate::digest::Digest;
pub use crate::id::Id;
pub use crate::id::PublicId;
pub use crate::id::UnlockedId;
pub use crate::level::Level;
pub use crate::proof::review;
pub use crate::proof::review::Rating;
pub use crate::proof::review::Review;
pub use crate::proof::trust::TrustLevel;
pub use crate::url::Url;

Modules

Some common stuff for both Review and Trust Proofs

Macros

Structs

SemVer version as defined by https://semver.org.

Enums