iconv 0.1.1

iconv bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.dyn_buf]
version = "0.1.0"

[dependencies.libc]
version = "0.2.97"

[package]
authors = ["ShuYu Wang <andelf@gmail.com>", "hhggit <zh.xz@outlook.com>"]
description = "iconv bindings for Rust"
edition = "2018"
keywords = ["iconv", "encoding"]
license = "MIT"
name = "iconv"
repository = "https://github.com/andelf/rust-iconv"
version = "0.1.1"