$ gif
v0.14.1GIF de- and encoder
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
Links • https://crates.io/crates/html5ever • https://docs.rs/html5ever • https://github.com/servo/html5ever • https://github.com/servo/html5ever/issues?q=is%3Aopen+is%3Aissue+label%3Aweb-compat • https://github.com/html5lib/html5lib-tests
Release info
Release version:
Release description
Code Examples
Patch update: 0.14.0 → 0.14.1
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add gifOr add to Cargo.toml: gif = "0.14.1"