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
16
17
[package]
name = "chmlib-sys"
version = "1.0.0"
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
edition = "2018"
links = "chmlib"
description = "Raw bindings to the CHMLib C library"
license = "LGPL-2.1-or-later"
repository = "https://github.com/Michael-F-Bryan/chmlib"
build = "build.rs"
categories = ["external-ffi-bindings"]
keywords = ["CHM", "help", "chmlib"]

[dependencies]

[build-dependencies]
cc = { version = "1.0" }