- Directory structure changed slightly - Uses a filter_map instead of a for loop. - All errors reading files does not prevent others from being read. - The accounts manager needs to generate files first, with the same structure.
4 lines
48 B
Rust
4 lines
48 B
Rust
pub mod config;
|
|
|
|
pub use crate::config::Config;
|