wslink-rs 0.0.2

A wslink-compatible WebSocket RPC server runtime for Rust using MessagePack transport.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[cfg(feature = "marcos")]
pub use anyhow;

#[cfg(feature = "marcos")]
pub use rmp_serde;

#[cfg(feature = "marcos")]
pub use serde;

#[cfg(feature = "marcos")]
pub use wslink_rs_marco::wslink_rpc;

pub use crate::protocol::*;
pub use crate::server::*;
pub use crate::wslink::*;