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