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 |
#850 in Encoding
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(())
}
Related
- flarmnet-js – Similar library for JavaScript
License
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.
Dependencies
~0.2–1.8MB
~51K SLoC