Re-exports§
pub use crate::local::Local;pub use activity::ReviewActivity;pub use activity::ReviewMode;
Modules§
- activity
- Activities track user actions to help verified multi-step flows, and confirm user intention.
- id
LockedIdis for you, the local crev user.Idis for identifying other users.- local
- proof
- repo
- staging
- util
Structs§
- LogOn
Drop - Trust
Distance Params - Verification
Requirements - Verification requirements for filtering out low quality reviews
Enums§
- Error
- Failures that can happen in this library
- Trust
Proof Type - Your relationship to the person
- Verification
Status - Result of verification
- Warning
- Warnings gathered during operation, errors downgraded to warnings.
Functions§
- dir_
or_ git_ repo_ verify - Check whether code at this path has reviews, and the reviews meet the requirements.
- dir_
verify - Check whether code at this path has reviews, and the reviews meet the requirements
- find_
latest_ trusted_ version - Scan through known reviews of the crate (source is
"https://crates.io") and report semver you can safely use according torequirements - get_
dir_ digest - Scan dir and hash everything in it, to get a unique identifier of the package’s source code
- get_
recursive_ digest_ for_ dir - See
get_dir_digest - get_
recursive_ digest_ for_ git_ dir - See
get_dir_digest - get_
recursive_ digest_ for_ paths - See
get_dir_digest - verify_
package_ digest - Find reviews matching
Digest(exact data of the crate) and see if there are enough positive reviews for it.