OpenVCS-Core
Shared Rust crate for OpenVCS plugins and the OpenVCS client.
Cargo features
plugin-protocol(default): JSON RPC message types for plugin stdio communication.vcs: theVcstrait +VcsError.backend-registry: backend registry helpers (requiresvcs).
Plugin helpers
openvcs_core::plugin_stdio: small helpers for stdio JSON-RPC plugins (read/write messages and send a singlerespond_shared(...)call).