//! Utilities for working with decores.
use AsyncDecode;
pub use AndThen;
pub use ;
pub use Map;
pub use Chain;
/// Chain a compution on the result of a decoder.
/// Create new `Chain` which first decodes via the given `S` and then decodes via the given `T`.