Expand description
JSON-LD context processing types and algorithms.
Modules§
Structs§
- Context
- Processed JSON-LD context.
- Options
- Options of the Context Processing Algorithm.
- Processed
- Processed context that also borrows the original, unprocessed, context.
- Processed
Owned - Processed context that also owns the original, unprocessed, context.
- Processed
Ref - Reference to a processed context that also borrows the original, unprocessed, context.
- Processing
Stack - Context processing stack.
Enums§
- Error
- Errors that can happen during context processing.
- Processing
Mode - Processing mode.
- Warning
- Warnings that can be raised during context processing.
Traits§
Type Aliases§
- Processing
Result - Result of context processing functions.