//! Fetch the 10 newest bugs from the Debian bug tracking system
//!
//! This example demonstrates how to use the async client to retrieve
//! the most recently reported bugs. The result is a list of bug IDs
//! ordered from newest to oldest.
//!
//! Run with: cargo run --example newest --features tokio
async