snakepipe 2.2.0

A snake game based on stdin/stdout following unix philosophy
Documentation
1
2
3
4
5
use ::static_files::resource_dir;

pub fn main() -> std::io::Result<()> {
    resource_dir("./static").build()
}