Crate rdf_borsh

Crate rdf_borsh 

Source
Expand description
let reader = BorshReader::new(Box::new(std::io::stdin()));
let writer = BorshWriter::new(Box::new(std::io::stdout()));

Structs§

BorshDataset
BorshHeader
BorshQuad
BorshReader
BorshTerm
BorshTermId
BorshTriple
BorshWriter

Enums§

BorshHeaderError

Functions§

parse_dataset