libchm 0.1.0

Tiny wrapper around ChmLib with safe-ish helpers.
1
2
3
4
5
6
7
8
9
10
11
edition = "2024"
max_width = 120
hard_tabs = true
use_small_heuristics = "Max"
match_arm_leading_pipes = "Preserve"
remove_nested_parens = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
merge_derives = true
use_field_init_shorthand = true
force_explicit_abi = true