1#![doc = include_str!("../README.md")] 2#![cfg_attr(docsrs, feature(doc_cfg))] 3 4mod console; 5pub mod ws;