$ gif

v0.14.1

GIF de- and encoder

Downloads: 61.9M
Recent: 9.2M
Versions: 28
Updated: December 4, 2025

Latest Update Summary

Crate

Name: gif New version: 0.14.0 Release date: 2025-11-12T22:32:45.673265Z

Crate readme

Short description html5ever is an HTML parser developed as part of the Servo project.

Long description html5ever can parse and serialize HTML according to the WHATWG specs (aka 'HTML5'). It passes all tokenizer tests from html5lib-tests, with the goal to pass all html5lib tests and provide hooks needed by a production web browser. It is written in Rust, avoiding security problems associated with C, and offers high performance typically expected from a C HTML parser.

Features • Parse and serialize HTML according to WHATWG specs • Passes all tokenizer tests from html5lib-tests • Avoids security issues common with C • High performance comparable to C parsers • Exclusively uses UTF-8 for string representation

Code Examples Add to Cargo.toml

 cargo add html5ever

Linkshttps://crates.io/crates/html5everhttps://docs.rs/html5everhttps://github.com/servo/html5everhttps://github.com/servo/html5ever/issues?q=is%3Aopen+is%3Aissue+label%3Aweb-compathttps://github.com/html5lib/html5lib-tests

https://docs.rs/gif

Release info

Release version:

Release description

Code Examples

Patch update: 0.14.0 → 0.14.1

$ DOWNLOADS TREND

56.2M61.9M

$ VERSION HISTORY

v0.14.1December 4, 2025
v0.14.0November 12, 2025
v0.13.3June 23, 2025

$ LINKS

$ INSTALL

cargo add gif

Or add to Cargo.toml: gif = "0.14.1"