Docs.rs
  • json-ld-syntax-0.21.0
    • json-ld-syntax 0.21.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • timothee-haudebourg
    • Dependencies
      • contextual ^0.1.4 normal
      • decoded-char ^0.1.0 normal
      • educe ^0.4.23 normal
      • hashbrown ^0.13.1 normal
      • indexmap ^2.0 normal
      • iref ^3.1.2 normal
      • json-syntax ^0.12 normal
      • langtag ^0.4 normal
      • locspan ^0.8 normal
      • rdf-types ^0.22 normal
      • serde ^1.0 normal optional
      • smallvec ^1.10 normal
      • thiserror ^1.0.38 normal
    • Versions
    • 13.15% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate json_ld_syntax

json_ld_syntax0.21.0

  • All Items
  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crates

  • json_ld_syntax
?
Settings

Crate json_ld_syntax

source ·
Expand description

This library provide functions to parse JSON-LD contexts and print JSON-LD documents.

Re-exports§

  • pub use container::Container;
  • pub use container::ContainerKind;
  • pub use context::Context;
  • pub use context::ContextDocument;
  • pub use context::ContextEntry;

Modules§

  • container
  • context
  • object
  • parse
  • print

Structs§

  • CompactIri
  • CompactIriBuf
  • InvalidCompactIri
  • InvalidDirection
  • InvalidLangTag
  • KeywordType
  • LangTag
    Any language tag (normal, private use or grandfathered).
  • LangTagBuf
    Owned LangTag.
  • LenientLangTag
    Language tag that may not be well-formed.
  • LenientLangTagBuf
    Owned language tag that may not be well-formed.
  • NotAKeyword
  • Number
    Lexical JSON number.
  • Object
    Object.
  • Unexpected
  • Unordered
    Wrapper to view a value without considering the order of the objects entries.

Enums§

  • Direction
    Internationalized string direction.
  • ErrorCode
    Error code.
  • Expandable
  • ExpandableRef
  • Keyword
    JSON-LD keywords.
  • Kind
    Value kind.
  • Nullable
    Value that can be null.
  • Value
    JSON Value.

Traits§

  • BorrowUnordered
  • Compare
    JSON-LD comparison.
  • IntoJson
  • IntoJsonWithContext
  • Parse
  • Print
    Print methods.
  • TryFromJson
  • UnorderedEq
  • UnorderedHash
  • UnorderedPartialEq

Functions§

  • is_keyword
  • is_keyword_like

Type Aliases§

  • NumberBuf
    Number buffer.
  • String
    String.

Results

Query parser error: "Unexpected - (did you mean ->?)".