topheman / snake-pipe-rust

🦀 A snake game based on stdin/stdout (+tcp and unix sockets) in rust
MIT License
12 stars 1 forks source link

Support a binary-like format un serialization/deserialization #12

Open topheman opened 8 months ago

topheman commented 8 months ago

JSON takes a lot a place, a fun feature could be to serialize and parse in a binary format.

This feature could be activated via a flag or an env var.