injm 0.3.1

A CLI tool that injects content into marked regions in source files.
1
2
pub type Error = Box<dyn std::error::Error>;
pub type Result<T> = std::result::Result<T, Error>;