injm 0.7.0

A CLI tool that injects content into marked regions in source files.
1
2
3
4
5
pub(crate) mod error;
mod inject;

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