rdf-reader-turtle 0.4.0

A Turtle file reader for RDF.rs knowledge graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// This is free and unencumbered software released into the public domain.

//! A Turtle file reader for RDF.rs, a Rust framework for RDF
//! knowledge graphs.
//!
//! # Examples
//!
//! ```rust
//! use rdf_reader_turtle::*;

#![no_std]
#![deny(unsafe_code)]