//! Quickstart: the ten-line "hello world" for `ferray`.
//!
//! Run with:
//!
//! ```text
//! cargo run --example quickstart
//! ```
//!
//! This example is deliberately tiny and only depends on the default
//! feature set, so `docs.rs` can render it and downstream users have
//! a concrete starting point (issue #331).
use *;