garbage-code-hunter 0.2.0

A humorous Rust code quality detector that roasts your garbage code
Documentation
1
2
3
4
5
pub mod file_context;
pub mod project_config;

pub use file_context::FileContext;
pub use project_config::ProjectConfig;