Crates.io | flarmnet |
lib.rs | flarmnet |
version | 0.5.0 |
source | src |
created_at | 2021-07-19 12:54:28.575219 |
updated_at | 2023-08-10 13:16:56.033705 |
description | FlarmNet file decoder/encoder |
homepage | |
repository | https://github.com/glide-rs/flarmnet-rs.git |
max_upload_size | |
id | 424721 |
size | 68,479 |
FlarmNet file decoder/encoder for Rust
fn main() -> Result<(), Box<dyn Error>> {
let content = fs::read_to_string("data.fln")?;
let decoded_file = flarmnet::decode_file(&content);
// ...
Ok(())
}
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.