Registry / serialization / rio-turtle

rio-turtle

JSON →
library0.8.6rscratesunverified

Unmaintained crate, use oxttl for Turtle/Trig parsing and serialization.

# Cargo.toml [dependencies] rio_turtle = "0.8.6"
INSTALL
IMPORT
SIG · RIO-TURTLE
R
rio-turtle
serializationrustv0.8.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.

TurtleParser
use rio_turtle::TurtleParser;

Parses a Turtle string into RDF triples (deprecated, use oxttl).

use rio_turtle::TurtleParser; let turtle_data = "<http://example.org> <http://xmlns.com/foaf/0.1/name> \"Example\" ."; let parser = TurtleParser::new(turtle_data.as_bytes()); for result in parser { let triple = result.unwrap(); println!("{:?}", triple); }
Debug
Known issues
breakingCrate is unmaintained; use oxttl instead
fix
Replace rio_turtle with oxttl in your Cargo.toml and code.
affects: >=0.8.0
Upgrade
Version history
0.8.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rio-turtle — cargo add rio-turtle · libregistry