blob: bba148ceb378fe45e7b609bc9be9f9ec370de69e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# chardetng_c
[![crates.io](https://meritbadge.herokuapp.com/chardetng_c)](https://crates.io/crates/chardetng_c)
[![docs.rs](https://docs.rs/chardetng_c/badge.svg)](https://docs.rs/chardetng_c/)
[![Apache 2 / MIT dual-licensed](https://img.shields.io/badge/license-Apache%202%20%2F%20MIT-blue.svg)](https://github.com/hsivonen/chardetng_c/blob/master/COPYRIGHT)
A C wrapper for [`chardetng`](https://crates.io/crates/chardetng).
## Licensing
Please see the file named
[COPYRIGHT](https://github.com/hsivonen/chardetng_c/blob/master/COPYRIGHT).
## Documentation
Generated [API documentation](https://docs.rs/chardetng_c/) is available
online.
## Release Notes
### 0.1.2
* Remove year from copyright notices.
### 0.1.1
* Add newline to the end of the C header.
### 0.1.0
* Initial release.
|