py3langid_rs 0.1.0

A high-performance, pure Rust port of py3langid
Documentation
[dependencies.bytemuck]
version = "1.21.0"

[dependencies.lzma-rs]
version = "0.3.0"

[dev-dependencies.criterion]
version = "0.5.1"

[lib]
name = "py3langid_rs"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A high-performance, pure Rust port of py3langid"
edition = "2021"
exclude = ["benches/*", "convert_pkl.py", "uv.lock", "pyproject.toml"]
homepage = "https://github.com/med1844/py3langid_rs"
license = "MIT"
name = "py3langid_rs"
readme = "README.md"
version = "0.1.0"