## Summary ## Related issue ## Type of change - [ ] Bug fix - [ ] New feature - [ ] Indicator addition / change - [ ] Documentation - [ ] CI / build / tooling ## Checklist - [ ] `cargo fmt --all --check` is clean. - [ ] `cargo clippy --workspace --all-targets -- -D warnings` is clean. - [ ] `cargo test --workspace` passes. - [ ] New behaviour has tests; bug fixes have a regression test. - [ ] Public API changes are mirrored in the Python / Node.js / WASM bindings, and the C ABI + C# + Go + Java + R bindings are regenerated and their type stubs (If applicable). - [ ] The relevant page on the [documentation site](https://docs.wickra.org) and the `README.md` are updated (If applicable). Docs edits go to a separate repository: `https://github.com/wickra-lib/wickra-docs`. - [ ] An entry was added under `## [Unreleased]` in `CHANGELOG.md`. ## Notes for reviewers