cld2 0.0.6

Detect natural language used in text using the cld2 library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "cld2"
version = "0.0.6"
authors = ["Eric Kidd <git@randomhacks.net>"]

description = "Detect natural language used in text using the cld2 library"
license = "Unlicense"

documentation = "http://www.rust-ci.org/emk/rust-cld2/doc/cld2/"
repository = "https://github.com/emk/rust-cld2"
readme = "README.md"
keywords = ["text"]

[dependencies.cld2-sys]
path = "cld2-sys"
version = "*"