local-encoding 0.2.0

Rust library for encoding/decoding string with local charset. It usefull for work with ANSI strings on Windows.
Documentation
1
2
3
4
5
extern crate skeptic;

fn main() {
    skeptic::generate_doc_tests(&["README.md"]);
}