plugin-test-api 0.1.0

plugin base API for the plugin-test experiment
Documentation
pub trait SayHello {
  fn say_hello() -> String;
}