injm 1.0.1

A CLI tool that injects content into marked regions in source files.
1
2
3
4
5
6
7
pub mod error;
mod file;
mod id;

pub use error::*;
pub(crate) use file::*;
pub use id::*;