Registry / other / spargebra

spargebra

JSON →
library0.4.6rscratesunverified

A SPARQL query parser for Rust, part of the Oxigraph project.

# Cargo.toml [dependencies] spargebra = "0.4.6"
INSTALL
IMPORT
SIG · SPARGEBRA
S
spargebra
otherrustv0.4.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_query
use spargebra::parser::parse_query;

Parses a SPARQL query string into an AST.

use spargebra::parser::parse_query; fn main() { let query = "SELECT * WHERE { ?s ?p ?o }"; match parse_query(query) { Ok(parsed) => println!("Parsed: {:?}", parsed), Err(e) => eprintln!("Error: {}", e), } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
spargebra — cargo add spargebra · libregistry