Home

Awesome

encoding_rs_compat 0.2.33

Build Status

encoding_rs_compat provides the rust-encoding 0.2.33 API implemented on top of encoding_rs. Technically, encoding_rs_compat is a fork of rust-encoding 0.2.32 with the internals replaced. The use case was to allow Gecko to use crates that depend on rust-encoding without having to include duplicate data tables and converter functionality, but Gecko ended up not needing this compatibility crate after all.

Usage

Put this in the Cargo.toml file of your top-level Cargo artifact:

[replace]
"encoding:0.2.33" = { git = 'https://github.com/hsivonen/encoding_rs_compat' }

Upon cargo build, ensure you see don't see the encoding-index-* crates being built.

Differences from rust-encoding