cindermark 0.2.0

High-performance incremental Markdown parser with UTF-16 offsets, built for native text editors on Apple platforms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Thanks for contributing to Cindermark! Keep PRs small and focused. -->

## What & why

<!-- What does this change, and why? Link any related issue (e.g. Fixes #12). -->

## Checklist

- [ ] `cargo fmt --check`, `cargo clippy --all-targets -- -D warnings`, and `cargo test` pass
- [ ] Added or updated tests for the change (incremental parity where relevant)
- [ ] If the UniFFI interface changed, regenerated the Swift bindings (see [CONTRIBUTING.md]../CONTRIBUTING.md)
- [ ] Updated `CHANGELOG.md` if the change is user-facing