tacview 0.2.0

ACMI (Tacview) flight recordings v2.2 parser and writer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tacview"
version = "0.2.0"
authors = ["Markus Ast <m+cargo@rkusa.st>"]
license = "MIT OR Apache-2.0"
description = "ACMI (Tacview) flight recordings v2.2 parser and writer."
repository = "https://github.com/rkusa/tacview"
edition = "2021"

[dependencies]
thiserror = "1.0"
zip = { version = "2.1", default-features = false, features = ["deflate"] }