stelae 0.6.4

A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity.
Documentation
1
2
3
4
5
//! The history module contains tools for interacting with the history of the Stele.
// The changes module contains logic for inserting change objects into the database.
pub mod changes;
// The rdf module contains helper functions that work with loading, parsing and querying the RDF graph using `sophia`.
pub mod rdf;