deadpool-lapin 0.0.0

Dead simple async pool for lapin
Documentation

Deadpool for Lapin Latest Version

Deadpool is a dead simple async pool for connections and objects of any type.

This crate implements a deadpool manager for lapin.

This crate depends on the current git version of lapin which adds async/.await support and therefore can't be pushed to crates.io.

Add this line to your Cargo.toml instead:

[dependencies]
deadpool-lapin = { git = "https://github.com/bikeshedder/deadpool/" }