Crates.io | tracing-config |
lib.rs | tracing-config |
version | 0.1.0 |
source | src |
created_at | 2024-08-24 20:35:17.281215 |
updated_at | 2024-08-24 20:35:17.281215 |
description | Provides a configuration file approach to initializing and configuring tracing and tracing-subscriber |
homepage | |
repository | https://github.com/mateiandrei94/tracing-config |
max_upload_size | |
id | 1350548 |
size | 167,025 |
The primary purpose of this crate is to allow rust programs to configure the tracing and tracing-subscriber crates using a toml configuration file. More details can be found in the crates documentation.
Generate the docs using cargo doc