Expand description
Passdata
Passdata
is authentication and authorization data expressed in a logic
programming language. Data should fit within the limits of a HTTP cookie or
header. The language is limited in order to guarantee properties during
execution.
Modules
- Error type for the crate.
Structs
- Any boolean value.
- Any constant value.
- Any number value.
- Any string value.
- Terms for a fact.
- Data for the logic program.
- Schema for a program.
Enums
- A constant value.
- Type of a constant
- Errors returned when using
FactTerms
methods.