mutiny-core 0.4.39

The core SDK for the mutiny node
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod socket;
pub mod websocket;

#[cfg(target_arch = "wasm32")]
pub mod proxy;

#[cfg(target_arch = "wasm32")]
pub mod ws_socket;

#[cfg(not(target_arch = "wasm32"))]
pub mod tcp_socket;