wae-queue 0.0.1

WAE Queue - 消息队列抽象层,支持内存队列、Redis 和 RabbitMQ
Documentation
1
2
3
4
5
6
7
fn main() {
    if cfg!(feature = "pulsar-backend") {
        if let Ok(protoc_path) = protoc_bin_vendored::protoc_bin_path() {
            println!("cargo:rustc-env=PROTOC={}", protoc_path.display());
        }
    }
}