parsec-interface 0.25.0

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