emmett 0.1.3-alpha

a simple etl tool
Documentation
1
2
3
4
5
/// Read events over the websocket protocol.
pub struct Websocket {
    pub mode: Option<String>,
    pub url: String
}