snakepipe 2.2.1

A snake game based on stdin/stdout following unix philosophy
Documentation
1
2
3
4
pub enum StreamType {
    Tcp(String),
    Socket(std::path::PathBuf),
}