Registry / other / srdf
library0.1.147rscratesunverified

RDF data shapes implementation in Rust.

# Cargo.toml [dependencies] srdf = "0.1.147"
INSTALL
IMPORT
SIG · SRDF
S
srdf
otherrustv0.1.147
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.

RdfShape
use srdf::RdfShape;

Creates a new RDF shape with a given URI.

use srdf::RdfShape; fn main() { let shape = RdfShape::new("http://example.com/shape"); println!("Shape: {}", shape.uri()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.147latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
srdf — cargo add srdf · libregistry