injm 0.8.0

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

pub(crate) use error::*;
pub(crate) use global::*;
pub(crate) use loader::*;