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