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.
- ProcessedOwned 
- Processed context that also owns the original, unprocessed, context.
- ProcessedRef 
- Reference to a processed context that also borrows the original, unprocessed, context.
- ProcessingStack 
- Context processing stack.
Enums§
- Error
- Errors that can happen during context processing.
- ProcessingMode 
- Processing mode.
- Warning
- Warnings that can be raised during context processing.
Traits§
Type Aliases§
- ProcessingResult 
- Result of context processing functions.