3 releases (breaking)

0.2.0 Nov 27, 2022
0.1.0 Oct 6, 2022
0.0.2 Jun 5, 2022
0.0.1 Jun 5, 2022

#1846 in Parser implementations

MIT license

9KB
141 lines

su3

En-/decoder for the SU3 file format used by I2P for sending reseed information, updates and more

Format specification

License

This crate is licensed under the MIT license

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as MIT, without any additional terms or conditions.


lib.rs:

Examples

let (_, parsed_su3) = Su3::from_bytes((su3_data, 0)).expect("Failed to parse SU3 file");
let content = parsed_su3.content().expect("Failed to decompress content");

Dependencies

~3MB
~72K SLoC