adif 0.1.3

Amateur Data Interchange Format parsing and generation tools for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# Amateur Data Interchange Format for Rust
[![Crates.io](https://img.shields.io/crates/v/adif)](https://crates.io/crates/adif) 
[![Docs.rs](https://docs.rs/adif/badge.svg)](https://docs.rs/adif) 
[![Build](https://github.com/Ewpratten/adif-rs/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/adif-rs/actions/workflows/build.yml)

[Amateur Data Interchange Format](http://adif.org/) parsing and generation tools for Rust.

As of now, this library only handles `.adi` files (in my opinion, the more common file type). Feel free to add a PR for `.adx` files, or make your own library!