#up #manager #modern #ground #generator #scalable #re-written

preamble2

Modern rust project manager library re-written from the ground up

1 unstable release

0.0.1 Oct 28, 2023

#4 in #ground

MIT license

9KB
91 lines

preamble2


lib.rs:

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 preamble2::telemetry;

fn main() {
// Initialize the tracing subscriber with default 0 verbosity (only errors)
telemetry::init_default_tracing().unwrap();
}

Dependencies

~31–48MB
~575K SLoC