#project-generator #rust-project #scalable #batteries #class

preamble

First class, scalable rust project generator with batteries included

9 releases

0.1.60 Nov 16, 2023
0.1.59 Oct 28, 2023

#16 in #project-generator

Download history

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

~28–49MB
~620K SLoC