Crate json_ld_context_processing_next

Source
Expand description

JSON-LD context processing types and algorithms.

Modules§

algorithm
warning

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§

Process
WarningHandler

Type Aliases§

ProcessingResult
Result of context processing functions.