refactor: modularize codebase and improve type safety
This commit is contained in:
10
src/lib.rs
Normal file
10
src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
pub mod cli;
|
||||
pub mod log;
|
||||
pub mod render;
|
||||
pub mod spec;
|
||||
pub mod tmpl;
|
||||
|
||||
pub use cli::Args;
|
||||
pub use log::LogLevel;
|
||||
pub use render::DeviceConfigBundle;
|
||||
pub use spec::Specification;
|
||||
Reference in New Issue
Block a user