libchm 0.2.0

Pure-Rust CHM file reader.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "libchm"
version = "0.2.0"
description = "Pure-Rust CHM file reader."
edition = "2024"
license = "MIT"
repository = "https://github.com/trypsynth/libchm"
keywords = ["chm", "parser", "lzx", "ebook"]
categories = ["parser-implementations"]

[dependencies]
bitflags = "2.13.0"
thiserror = "2.0.18"