fallow-config 2.44.1

Configuration types and workspace discovery for fallow codebase intelligence
Documentation
1
2
3
4
5
6
7
mod config;
mod external_plugin;
mod workspace;

pub use config::*;
pub use external_plugin::*;
pub use workspace::*;