1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// region: lmake_md_to_doc_comments include README.md A //!
//! # rust_wasm_websocket
//!
//! **crate for wasm websocket**
//! ***[repo](https://github.com/LucianoBestia/rust_wasm_websocket); version: 0.5.5 date: 2021-01-15 authors: Luciano Bestia***
//!
//! [](https://crates.io/crates/rust_wasm_websocket)
//! [](https://docs.rs/rust_wasm_websocket/)
//! [](https://web.crev.dev/rust-reviews/crate/rust_wasm_websocket/)
//! [](https://github.com/LucianoBestia/rust_wasm_websocket/)
//! [](https://lucianobestia.github.io/rust_wasm_websocket/rust_wasm_websocket/index.html)
//! [](https://github.com/LucianoBestia/rust_wasm_websocket/blob/master/LICENSE)
//!
//! [](https://github.com/LucianoBestia/rust_wasm_websocket/)
//! [](https://github.com/LucianoBestia/rust_wasm_websocket/)
//! [](https://github.com/LucianoBestia/rust_wasm_websocket/)
//! [](https://github.com/LucianoBestia/rust_wasm_websocket/)
//! [](https://github.com/LucianoBestia/rust_wasm_websocket/)
//!
//! ## websocket
//!
//! The library contains the generic parts.
//! The specific implementation needs to implement the WebSocketTrait.
//!
//! ## Used in projects
//!
//! <https://github.com/LucianoBestia/unforgettable7_game/>
//!
//! ## cargo crev reviews and advisory
//!
//! It is recommended to always use [cargo-crev](https://github.com/crev-dev/cargo-crev)
//! to verify the trustworthiness of each of your dependencies.
//! Please, spread this info.
//! On the web use this url to read crate reviews. Example:
//! <https://web.crev.dev/rust-reviews/crate/num-traits/>
//!
// endregion: lmake_md_to_doc_comments include README.md A //!