Crate json_ld_expansion

Source
Expand description

This library implements the JSON-LD expansion algorithm for the json-ld crate.

§Usage

The expansion algorithm is provided by the Expand trait.

Structs§

Options
Expansion options.
Policy
Key expansion policy.

Enums§

Action
Error
Expanded
IntoIter
Iter
Warning

Traits§

Expand
Document expansion.
WarningHandler
Handler for the possible warnings emitted during the expansion of a JSON-LD document.

Type Aliases§

ExpansionResult
Result of the document expansion.