- Notifications
You must be signed in to change notification settings - Fork0
FlarmNet file decoder/encoder for Rust
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MITNotificationsYou must be signed in to change notification settings
glide-rs/flarmnet-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FlarmNet file decoder/encoder forRust
fnmain() ->Result<(),Box<dynError>>{let content = fs::read_to_string("data.fln")?;let decoded_file = flarmnet::decode_file(&content);// ...Ok(())}
- flarmnet-js – Similar library for JavaScript
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT orhttp://opensource.org/licenses/MIT)
at your option.
About
FlarmNet file decoder/encoder for Rust
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-APACHEMIT
LICENSE-MIT