1 2 3 4 5 6
//! # Scorched earth with async-std
//!
//! A port of the [`scorched_earth`](crate::examples::scorched_earth) example to
//! use [`async-std`](async-std). See [there](crate::examples::scorched_earth)
//! for the full documentation, everything still applies with "scorched_earth"
//! replaced by "scorched_earth_as".