flupp

Crates.ioflupp
lib.rsflupp
version0.1.3
sourcesrc
created_at2023-07-23 18:44:29.69406
updated_at2023-07-23 19:04:32.309275
descriptionFluPP flight log file reader
homepage
repositoryhttps://github.com/Turbo87/flupp-rs.git
max_upload_size
id923894
size54,793
Tobias Bieniek (Turbo87)

documentation

README

flupp

FluPP flight log file reader for Rust

Usage

fn main() -> Result<(), Box<dyn Error>> {
    let content = fs::read_to_string("flugbuch.flu")?;
    let decoded_file: flupp::File = content.parse()?;
    // ...
    Ok(())
}

License

This project is licensed under either of

at your option.

Commit count: 34

cargo fmt