Skip to main content

Crate rdf_hash

Crate rdf_hash 

Source
Expand description

RDF.rs is a Rust framework for working with RDF knowledge graphs.

§Examples

use rdf_hash::{TermHash, TripleHash};

Structs§

TermHash
A cryptographically-secure hash of a term.
TripleHash
A cryptographically-secure hash of a triple.

Constants§

TERM_HASH_LEN
The length of a term hash in bytes.
TERM_HASH_ZERO
The all-zero bytes value of a term hash.
TRIPLE_HASH_LEN
The length of a triple hash in bytes.
TRIPLE_HASH_ZERO
The all-zero bytes of a triple hash.