Expand description
This crate provides an API for talking to repositories that implements in-toto
Re-exports§
pub use crate::error::*;
Modules§
- crypto
- Cryptographic structures and functions.
- error
- Error types and converters.
- interchange
- Structures and functions to aid in various in-toto data interchange formats.
- models
- Models used in in-toto
- runlib
- A tool that functionaries can use to create link metadata about a step.
- verifylib
- A tool to be used by the client to perform verification on the final product.
Macros§
Type Aliases§
- Result
- Alias for
Result<T, Error>.