#![cfg_attr(test, feature(test))]
#![cfg_attr(test, feature(core))]
#[cfg(test)]
#[macro_use]
extern crate encoding_index_tests;
#[stable] pub mod ibm866;
#[stable] pub mod iso_8859_2;
#[stable] pub mod iso_8859_3;
#[stable] pub mod iso_8859_4;
#[stable] pub mod iso_8859_5;
#[stable] pub mod iso_8859_6;
#[stable] pub mod iso_8859_7;
#[stable] pub mod iso_8859_8;
#[stable] pub mod iso_8859_10;
#[stable] pub mod iso_8859_13;
#[stable] pub mod iso_8859_14;
#[stable] pub mod iso_8859_15;
#[stable] pub mod iso_8859_16;
#[stable] pub mod koi8_r;
#[stable] pub mod koi8_u;
#[stable] pub mod macintosh;
#[stable] pub mod windows_874;
#[stable] pub mod windows_1250;
#[stable] pub mod windows_1251;
#[stable] pub mod windows_1252;
#[stable] pub mod windows_1253;
#[stable] pub mod windows_1254;
#[stable] pub mod windows_1255;
#[stable] pub mod windows_1256;
#[stable] pub mod windows_1257;
#[stable] pub mod windows_1258;
#[stable] pub mod x_mac_cyrillic;