manasight-parser 0.6.0

MTG Arena log file parser — reads Player.log and emits typed game events
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Summary

<!-- Brief description of the changes -->

## Related Issue

<!-- Link to the issue this PR addresses, e.g. Fixes #123 -->

## Checklist

- [ ] Tests pass: `cargo test --all-features`
- [ ] Clippy clean: `cargo clippy --all-targets --all-features -- -D warnings`
- [ ] Formatted: `cargo fmt --all -- --check`
- [ ] New/updated tests for code changes
- [ ] Documentation updated (if applicable)