convert_encoding 0.1.0

Convert encoding of text files in batch.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Junfeng Liu <china.liujunfeng@gmail.com>"]
categories = ["text-processing", "command-line-utilities"]
description = "Convert encoding of text files in batch."
edition = "2018"
keywords = ["encoding"]
license = "MIT"
name = "convert_encoding"
readme = "README.md"
repository = "https://github.com/J-F-Liu/convert_encoding.git"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
encoding_rs = "^0.8.26"