Module trust_schema

Module trust_schema 

Source

Structs§

NamePattern
A name pattern with named capture groups.
SchemaRule
A single trust schema rule: Data matching data_pattern must be signed by a key matching key_pattern, with captured variables consistent between both patterns.
TrustSchema
A collection of trust schema rules, optionally backed by an imported LightVerSec model.

Enums§

PatternComponent
A single component in a name pattern.
PatternParseError
Error returned when a pattern or rule string cannot be parsed.