| Crates.io | stelae |
| lib.rs | stelae |
| version | 0.5.1 |
| created_at | 2023-07-04 14:51:53.711045+00 |
| updated_at | 2025-08-14 17:33:12.581701+00 |
| description | A collection of tools in Rust and Python for preserving, authenticating, and accessing laws in perpetuity. |
| homepage | |
| repository | https://github.com/openlawlibrary/stelae |
| max_upload_size | |
| id | 908044 |
| size | 495,135 |
Stelae is a system for distributing, preserving, and authenticating laws.
sudo apt-get install build-essential pkg-config libssl-dev just from within the repository to list all available just commands. Currently:
bench: Run all benchmarksci: Continuous integration - lint, test, benchmarkclippy *FLAGS: Run clippy maximum strictness. Passes through any flags to clippy.default: List all available commandsformat: Format codelint: Format code and run strict clippytest: Run all tests
cargo install cargo-nextest--shell command, e.g. just --shell nu lint.The ENV variable RUST_LOG can be set with one of trace, debug, info, warn, error. Filters can be set based on the target components seen in the logs lines, for example: to use trace but turn down the noise from the Actix dispatcher: RUST_LOG="trace,actix_http::h1::dispatcher=warn"
See tracing-subscriber docs and env_logger syntax.