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.