stelae 0.3.0

A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity.
Documentation
1
2
3
4
5
6
7
8
9
//! Functionality for serving Stelae archive.
//!
//! Currently contains only a git microserver.

pub mod api;
pub mod app;
pub mod errors;
pub mod git;
pub mod tracing;