#generator #template #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

#1583 in Development tools

Download history 11/week @ 2024-03-08 4/week @ 2024-03-15 10/week @ 2024-03-29 3/week @ 2024-04-05 3/week @ 2024-05-17 2/week @ 2024-05-24

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

~31–46MB
~557K SLoC