#template #generator #scalable #class #clap #batteries #included

preamble

First class, scalable rust project generator with batteries included

9 releases

0.1.60 Nov 16, 2023
0.1.59 Oct 28, 2023

#2397 in Development tools

Download history 15/week @ 2024-07-28 11/week @ 2024-09-22

100 downloads per month
Used in amble

MIT license

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

~24–39MB
~552K SLoC