Crate crev_wot[][src]

Expand description

Crev - Web of Trust implementation

Introduction

It’s important to mention that Crev does not mandate any particular implementation of the Web of Trust. It only loosely defines data-format to describe trust relationships between users.

How exactly is the trustworthiness in the wider network calculated remains an open question, and subject for experimentation.

crev-wot is just an initial, reference implementation, and might evolve, be replaced or become just one of many available implementations.

Structs

Details of a one Id that is distrusted

An unique id for a review by a given author of a given package.

Unique package review id

In memory database tracking information from proofs

A T with a timestamp

Details of a one Id that is trusted

Enums

Where a proof has been fetched from

Result of URL lookup

Type Definitions