tagsearch 0.35.0

Filter plaintext files based on @keyword tags
Documentation
1
2
3
4
5
6
7
#[macro_use]
extern crate lazy_static;

pub mod filter;
pub mod utility;

pub type Tag = Vec<String>;