Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 411 Bytes

File metadata and controls

9 lines (5 loc) · 411 Bytes

linked-data-sparql

A Rust library for generating SPARQL queries for RDF annotated Rust types. The results from those queries can be deserialized with linked-data-rs.

Usage

See the examples for basic usage.

The tests crate demonstrates full round-trip serialization with linked-data-rs.