injm 0.5.0

A CLI tool that injects content into marked regions in source files.
1
2
3
4
5
6
7
pub mod checker;
mod detector;
mod extractor;
pub mod inject;
mod marker;
pub mod parser;
pub mod types;