Registry / other / oxrdf
library0.3.3rscratesunverified

Basic data structures related to RDF.

# Cargo.toml [dependencies] oxrdf = "0.3.3"
INSTALL
IMPORT
SIG · OXRDF
O
oxrdf
otherrustv0.3.3
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.

NamedNode
use oxrdf::NamedNode;

Creates a new NamedNode from a URI.

use oxrdf::NamedNode; let node = NamedNode::new("http://example.com").unwrap(); println!("Named node: {}", node);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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