[router] Add builder pattern for RouterConfig with zero duplication (#12030)

This commit is contained in:
Simo Lin
2025-10-23 16:46:10 -07:00
committed by GitHub
parent 2c057fbfa8
commit 6d6e24bcc4
12 changed files with 1081 additions and 943 deletions

View File

@@ -1,6 +1,8 @@
pub mod builder;
pub mod types;
pub mod validation;
pub use builder::*;
pub use types::*;
pub use validation::*;