Docs.rs
  • json-ld-core-0.17.0
    • json-ld-core 0.17.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • timothee-haudebourg
    • Dependencies
      • bytes ^1.3 normal optional
      • contextual ^0.1.4 normal
      • educe ^0.4.23 normal
      • futures ^0.3 normal
      • hashbrown ^0.13.1 normal
      • indexmap ^2.0 normal
      • iref ^3.1.2 normal
      • json-ld-syntax ^0.17.0 normal
      • json-syntax ^0.12 normal
      • langtag ^0.4 normal
      • linked-data ^0.1 normal
      • log ^0.4.17 normal
      • mime ^0.3 normal
      • once_cell ^1.4 normal
      • permutohedron ^0.2 normal
      • pretty_dtoa ^0.3 normal
      • rdf-types ^0.22 normal
      • reqwest ^0.12 normal optional
      • reqwest-middleware ^0.3 normal optional
      • ryu-js ^0.2.2 normal
      • serde ^1.0 normal optional
      • smallvec ^1.10 normal
      • static-iref ^3.0 normal
      • thiserror ^1.0.38 normal
      • utf8-decode ^1.0.1 normal optional
    • Versions
    • 44.58% 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_core

json_ld_core0.17.0

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

Crates

  • json_ld_core
?
Settings

Crate json_ld_core

source ·
Expand description

JSON-LD core types.

Re-exports§

  • pub use context::Context;
  • pub use flattening::Flatten;
  • pub use object::IndexedNode;
  • pub use object::IndexedObject;
  • pub use object::Node;
  • pub use object::Nodes;
  • pub use object::Object;
  • pub use object::Objects;
  • pub use object::TryFromJson;
  • pub use object::Value;
  • pub use quad::LdQuads;
  • pub use rdf::RdfQuads;
  • pub use id::*;
  • pub use loader::*;

Modules§

  • context
    Context processing algorithm and related types.
  • expanded
  • flattened
  • flattening
    Flattening algorithm and related types.
  • id
  • loader
  • object
    Nodes, lists and values.
  • print
  • quad
  • rdf
  • utils
    Utility functions.
  • warning

Structs§

  • Document
    JSON-LD document in both compact and expanded form.
  • Environment
  • ExpandedDocument
    Result of the document expansion algorithm.
  • Indexed
    Indexed objects.
  • InvalidLangString
    Raised when something tried to build a language string without language tag or direction.
  • LangStr
    Language string reference.
  • LangString
    Language string.
  • LenientLangTag
    Language tag that may not be well-formed.
  • LenientLangTagBuf
    Owned language tag that may not be well-formed.

Enums§

  • Container
  • ContainerKind
  • Direction
    Internationalized string direction.
  • Nullable
    Value that can be null.
  • ProcessingMode
    Processing mode.
  • Term
    Identifier, keyword or @null.
  • Type
    Object type.

Traits§

  • Print
    Print methods.

Type Aliases§

  • FlattenedDocument
    Result of the document flattening algorithm.

Results

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