togl 0.2.2

A CLI tool for toggling code comments across multiple languages
Documentation
1
2
3
4
5
6
mod unit {
    mod config_tests;
    mod core_tests;
    mod io_tests;
    mod walk_tests;
}