Crate crev_data[−][src]
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 | Represents a version number conforming to the semantic versioning scheme. |
Enums
| Error | |
| ParseError |