ocy-core 0.2.1

Core package for ocy project cleaner CLI
Documentation
1
2
3
4
5
6
7
8
9
pub mod cleaner;
pub mod command;
pub mod filesystem;
pub mod git;
pub mod models;
pub mod rule;
#[cfg(test)]
mod test_utils;
pub mod walker;