libchm 0.1.2

Tiny wrapper around ChmLib with safe-ish helpers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libchm"
version = "0.1.2"
description = "Tiny wrapper around ChmLib with safe-ish helpers."
edition = "2024"
license = "MIT"
repository = "https://github.com/trypsynth/libchm"
keywords = ["chm", "chmlib", "parser", "ffi", "ebook"]
categories = ["api-bindings", "parser-implementations"]

[dependencies]
thiserror = "2.0.18"

[build-dependencies]
cc = "1.2.62"