injm 0.8.0

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

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