# 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!