Crates.io | stelae |
lib.rs | stelae |
version | 0.3.2 |
source | src |
created_at | 2023-07-04 14:51:53.711045 |
updated_at | 2024-11-01 14:18:34.350419 |
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 | 441,192 |
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--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.