George3d6 / Inquisitor

An easily extensible, minimal footprint monitoring tool. (Still in the testing phase)
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Plugins are inline via macros, plugin can be crates, dir structure changed #10

Closed George3d6 closed 6 years ago

George3d6 commented 6 years ago

Plugins are inline via macros, plugin can be crates, dir structure changed.

Quite similar to the PR: https://github.com/George3d6/Inquisitor/pull/9 But contains some mods to the gitignore to remove useless files that are made during the build and a dep version update due to local problems with cargo_metadata (Made an issue about it: https://github.com/oli-obk/cargo_metadata/issues/34, may just be due to an "issue" with my dev env)

Thanks to Deedasmi for the macro magic.