//! Utilities for working with decores.
use AsyncDecode;
use AsyncRead;
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`.