1
 2
 3
 4
 5
 6
 7
 8
 9
10
// Copyright (C) 2018 Stephane Raux. Distributed under the MIT license.

//! Extensions to the futures crate.

#![deny(missing_docs)]
#![deny(warnings)]

pub mod sink;

pub use sink::SinkTools;