chmlib-sys 1.0.0

Raw bindings to the CHMLib C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CHMLib

Rust bindings to [CHMLib][upstream], a C library for reading *Microsoft HTML
Help* files (`.chm`), the predominant medium for software documentation on
Windows.

I've documented the process of binding to this library in the form of a 
[blog post][post].

## License

This project is licensed using LGPL v2.1. See [LICENSE](LICENSE.md) for more.

[upstream]: https://github.com/jedwing/CHMLib/
[post]: http://adventures.michaelfbryan.com/posts/how-not-to-riir/