rabbitmq-stream-client 0.7.0

A Rust client for RabbitMQ Stream
1
2
3
4
5
6
7
8
9
10
[all]
exclude-files=[
    "examples/*",
    "benchmark/*",
    "build.rs",
    "src/lib.rs",
    "tests/**/*",
    "mod.rs"
]
test-threads = 1