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§
Macros§
Structs§
- Version
- SemVer version as defined by https://semver.org.
Enums§
Constants§
- SOURCE_
CRATES_ IO - Constant for
sourcearguments, indicating
Type Aliases§
- Registry
Source - It’s just a string. See
SOURCE_CRATES_IO