chaf 0.1.0

A CLI filter tool that removes lines based on logical conditions using AND, OR, NOT, and parentheses.
Documentation
1
2
3
4
5
6
7
8
// Expose engine and core modules for external tests
#![doc = include_str!("../README.md")]
#[doc(hidden)]
pub mod cli;
#[doc(hidden)]
pub mod core;
#[doc(hidden)]
pub mod engine;