v0.5.10
Published to crates.io as mfsk-core v0.5.10.
Release notes are auto-generated from merged PRs; see the crate's
CHANGELOG.md
for curated release notes.
Prebuilt mfsk-ffi-ft8 binaries (FT8 C ABI) are attached
below for users who want to drop the decoder into a non-Rust
project without setting up the cross-toolchain themselves —
see docs/EMBEDDED.md
for the integration guide.
What's Changed
- feat(decode): expose DecodeDepth + DecodeStrictness on ft4 + fst4 by @chemicalsno in #21
- feat(ft8): expose AP callsign hint on the wide-band decode path by @chemicalsno in #22
- feat(ft4): add subtract module for successive interference cancellation by @chemicalsno in #20
New Contributors
- @chemicalsno made their first contribution in #21
Full Changelog: v0.5.9...v0.5.10