9 releases
| 0.1.60 | Nov 16, 2023 |
|---|---|
| 0.1.59 | Oct 28, 2023 |
#16 in #project-generator
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
~28–49MB
~620K SLoC