Packages
elixir_encoding_detect
0.1.0
[rust-uchardet](https://github.com/emk/rust-uchardet) elixir port
Current section
Files
Jump to
Current section
Files
native/uchardetmodule/Cargo.toml
[package]
name = "uchardetmodule"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "uchardetmodule"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.30.0"
uchardet = { path = "rust-uchardet-2.0.4" }