6 releases (breaking)

0.5.0 Aug 10, 2023
0.4.0 Aug 4, 2021
0.3.0 Aug 2, 2021
0.2.0 Jul 31, 2021
0.1.1 Jul 19, 2021

#613 in Encoding

36 downloads per month

MIT/Apache

32KB
664 lines

flarmnet

FlarmNet file decoder/encoder for Rust

Usage

fn main() -> Result<(), Box<dyn Error>> {
    let content = fs::read_to_string("data.fln")?;
    let decoded_file = flarmnet::decode_file(&content);
    // ...
    Ok(())
}

License

This project is licensed under either of

at your option.

Dependencies

~0.4–2MB
~54K SLoC