Expand description
This crate provides types to represent spec requirements, and exports statics for different specs in solid ecosystem.
Modules§
- protocol
- I define statics for
Solid Protocol
specification.
Macros§
- spec_
mod - A macro for defining requirement
Structs§
- KRecourse
AsPer Req - A
TypedRecordKey
for recourse_as_per requirement. - KViolated
Req - A
TypedRecordKey
for violated requirement. - Requirement
- Represents a specification requirement
- Requirement
MinView - A minimal view of
Requirement
. - Spec
Problem - Struct representing a spec problem.
Enums§
- Requirement
Level - Requirement Levels as specified in
RFC2119
Statics§
- SPEC_
PROBLEM_ TYPE_ NS_ BASE - Namespace base uri for spec error problem types.
Traits§
- Specification
- A trait for defining a specification type.