injm 0.6.0

A CLI tool that injects content into marked regions in source files.
1
2
3
4
5
6
7
8
mod comment;
mod detector;
pub(crate) mod error;
mod marker;
mod pattern;

pub(crate) use error::*;
pub use pattern::*;