stelae 0.3.1

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