Crate crev_data

Source
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§

digest
id
level
proof
Some common stuff for both Review and Trust Proofs
url
util

Macros§

serde_content_serialize
serde_draft_serialize

Structs§

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

Enums§

Error
ParseError

Constants§

SOURCE_CRATES_IO
Constant for source arguments, indicating

Type Aliases§

RegistrySource
It’s just a string. See SOURCE_CRATES_IO