//! Spaniel Interactive Deserialiser
//! --------------------------------
//!
//! This crate is a Rust library which uses the Serde serialisation framework
//! to capture data interactively from users.
/// Serde deserialiser.
/// Traits and decorators for working with prompts.
/// Prompt based on the RustyLine crate.
/// Serde serialiser.
/// Prompt based on `std::io`.
pub use ;
pub use ;