9 releases
0.1.60 | Nov 16, 2023 |
---|---|
0.1.59 | Oct 28, 2023 |
#2324 in Development tools
100 downloads per month
Used in amble
65KB
1K
SLoC
A library for building and managing rust workspaces with batteries included. Preamble is used by amble for its core functionality.
Overview
Contains a number of modules for building rust workspaces with batteries included.
Usage
use preamble::telemetry;
fn main() {
// Initialize the tracing subscriber with 0 verbosity (only errors)
telemetry::init_tracing_subscriber(0).unwrap();
}
Dependencies
~23–37MB
~545K SLoC