emmett 0.1.3-alpha

a simple etl tool
Documentation
1
2
3
4
5
6
/// Read events over a UNIX socket.
/// Like stdin and file inputs, each event is assumed to be one line of text.
/// Can either accept connections from clients or connect to a server, depending on mode.
pub struct Unix {

}