feat: Introduce NodeBuilder (#5824)

This commit is contained in:
Dan Cline
2023-12-27 07:56:20 -05:00
committed by GitHub
parent e861f2b463
commit 8e9b02f128
12 changed files with 1618 additions and 847 deletions

View File

@ -21,7 +21,9 @@ use std::{fmt, fmt::Display, sync::Arc};
pub mod components;
pub mod config;
pub mod db_type;
pub mod ext;
pub mod node_builder;
/// Default [directives](Directive) for [EnvFilter] which disables high-frequency debug logs from
/// `hyper` and `trust-dns`