flw 0.0.3

Process text via configurable tasks
Documentation
1
2
3
4
5
use flw::FLW;

fn main() {
    FLW::new().run();
}