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

前言

第一类、包含全部组件的可扩展 Rust 项目生成器

9 个版本

0.1.60 2023 年 11 月 16 日
0.1.59 2023 年 10 月 28 日

#1583开发工具

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 次下载
用于 amble

MIT 许可协议

65KB
1K SLoC

A library for building and managing rust workspaces with batteries included. Preamble is used by amble for its core functionality.

概览

包含多个模块,用于构建包含全部组件的 Rust 工作空间。

用法

use preamble::telemetry;

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

依赖

~31–46MB
~557K SLoC