feat: introduce PrunerBuilder (#5834)

This commit is contained in:
Dan Cline
2023-12-20 19:43:48 +02:00
committed by GitHub
parent f97b3fc175
commit ad3b893c23
7 changed files with 127 additions and 57 deletions

View File

@ -10,4 +10,4 @@
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
pub mod config;
pub use config::Config;
pub use config::{Config, PruneConfig};