Expand description
travsr-plugin-protocol — Plugin trait, wire message types, and frame codec.
Re-exports§
pub use codec::decode_message;pub use codec::encode_message;pub use codec::write_message;pub use ffi_marker::FfiMarker;pub use ffi_marker::FfiMarkerKind;pub use language_map::language_from_proto_str;pub use language_map::language_to_proto_str;pub use plugin::Plugin;pub use types::HandshakeRequest;pub use types::HandshakeResponse;pub use types::InvokeRequest;pub use types::InvokeResponse;pub use types::ParseRequest;pub use types::ParseResponse;pub use types::PluginError;pub use types::PluginRequest;pub use types::PluginResponse;pub use types::PROTOCOL_VERSION;