Registry / serialization / rio-xml

rio-xml

JSON →
library0.8.6rscratesunverified

Unmaintained crate, use oxrdfxml instead.

# Cargo.toml [dependencies] rio_xml = "0.8.6"
INSTALL
IMPORT
SIG · RIO-XML
R
rio-xml
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.

RdfXmlParser
use rio_xml::RdfXmlParser;

Parses RDF/XML data.

use rio_xml::RdfXmlParser; fn main() { let parser = RdfXmlParser::new(); let result = parser.parse("<rdf:RDF></rdf:RDF>"); println!("{:?}", result); }
Debug
Known issues
breakingCrate is unmaintained; use oxrdfxml instead.
fix
Replace rio_xml with oxrdfxml in your Cargo.toml and update imports.
affects: >=0.8.6
Upgrade
Version history
0.8.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
rio-xml — cargo add rio-xml · libregistry