pulsar 2.0.0

Rust client for Apache Pulsar
Documentation
1
2
3
4
5
extern crate prost_build;

fn main() {
    prost_build::compile_protos(&["./PulsarApi.proto"], &["./"]).unwrap();
}