stelae 0.6.3

A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity.
Documentation
1
2
3
4
5
6
//! This module contains the API endpoints for the server.
pub mod archive;
pub mod routes;
pub mod serve;
pub mod state;
pub mod versions;