//! The adapters [`Decoder`](crate::Decoder)'s methods return, and the decoders that combine
//! several.
//!
//! A tuple of decoders over the same input is itself a decoder: it runs every one of them and
//! gives their outputs as a tuple, or every issue any of them found.
pub use ;
pub use ;
pub use ;