Small example plugin to try out vade.
To start it, clone this repository
git clone [email protected]:evannetwork/vade-example-plugin.git
and run it with:
cargo run
You can have a look at src/main.rs
to see how to write a plugin for vade and how to use it.