//! Hello world server.
//!
//! A simple client that connects to a mini-telegram server, sets key "hello" with value "world",
//! and gets it from the server after
//!
//! You can test this out by running:
//!
//! cargo run --bin mini-telegram-server
//!
//! And then in another terminal run:
//!
//! cargo run --example hello_world
use ;
pub async