injm 0.4.0

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