v0.1.4
Added in V0.1.4
-
Fix issue where UTF-8 char boundaries not interpreted correctly (f8f87d5)
- Replaced byte-wise iteration with UTF-8–safe char iteration to prevent
- panics when encountering multi-byte characters (e.g. ‘•’) in HTML
-
More adherence to rust formatting
-
mdbook example now uses
localhost-qr
Full Changelog: v0.1.3...v0.1.4