GIFt
A Rust library for encoding and decoding GIF images.
Documentation
Decoding example
use Decoder;
use File;
let gif = open?;
for step in new
Utility
The library comes with a gift command-line utility, which can show the blocks
within GIF files.
cargo install gift --features=cmd