oxirs-star 0.2.4

RDF-star and SPARQL-star grammar support for quoted triples
Documentation
1
2
3
4
5
6
7
8
//! RDF-star serialization module.
//!
//! This module provides dedicated serialization and parsing for RDF-star formats,
//! with a focus on JSON-LD-star.

pub mod jsonld_star;

pub use jsonld_star::{JsonLdStarParser, JsonLdStarSerializer};