Module durs_wot::data

source ·
Expand description

Provide data structures to manage web of trusts. LegacyWebOfTrust is almost a translation of the legacy C++ coden while RustyWebOfTrust is a brand new implementation with a more “rusty” style.

Modules

Experimental implementation of the Web of Trust in a more “rusty” style.

Structs

Wrapper for a node id.

Enums

Results of a certification test.
Results of a certification, with the current certification count of the destination as parameter.
Results of a certification removal, with the current certification count of the destination as parameter.

Traits

Trait for a Web Of Trust. Allow to provide other implementations of the WoT logic instead of the legacy C++ translated one.