//! A collection of locking data structures, both thread-safe and
//! single-thread-optimized, which use Rust futures instead of
//! thread-blocking.
//!
//! [][repo] [](https://crates.io/crates/qutex)
//!
//! [repo]: https://github.com/cogciprocate/qutex
extern crate crossbeam;
extern crate futures;
pub use ;
pub use ;
pub use *;