vs-plugin-api 0.0.4

Shared plugin models and traits for the vs runtime manager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# vs-plugin-api

`vs-plugin-api` defines the shared models and traits used by all plugin backends.

## Responsibilities

- declare backend kinds
- define plugin manifests and install plans
- define environment key structures
- expose the `Plugin` trait used by `vs-core`
- centralize plugin error types