simple inc plugin implementation

This commit is contained in:
Fernando Herrera
2021-11-04 22:04:21 +00:00
parent e193bf43fb
commit 1d356276c2
8 changed files with 264 additions and 1 deletions

View File

@ -0,0 +1,4 @@
mod inc;
mod nu;
pub use inc::Inc;