ed-journals 0.13.0

Provides models for representing and parsing elite dangerous journal files
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Async variants of common use-cases and strategies.

mod async_changed_json_file;
mod async_different_file;
mod async_log_file;
mod async_newest_file;

pub use async_changed_json_file::AsyncChangedJsonFile;
pub use async_different_file::AsyncDifferentFile;
pub use async_log_file::AsyncLogFile;
pub use async_newest_file::AsyncNewestFile;