parsec-interface 0.27.0

Parsec interface library to communicate using the wire protocol
Documentation
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Operation {
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Result {
    #[prost(string, repeated, tag="1")]
    pub clients: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}