tdms-rs v2.0.0
This is the v2 release of tdms-rs.
Highlights
- Finalized the v2.0.0 public API surface for production use.
- Examples are self-contained and generate their own test data.
- CI hygiene improvements: strict linting (
clippy -D warnings) and formatting.
Changed
- API consolidation and cleanup across the crate.
- Example rename:
read_zero_copy.rs→read_chunks.rs. - Project-wide formatting via
cargo fmt.
Fixed
- Addressed minor lint issues (e.g.
get(0)vsfirst()). - Fixed examples that were failing due to missing data files.
Notes
This release is 2.0.0 and may contain breaking changes compared to 1.x.
See CHANGELOG.md for the full list of changes.