aswaving / yenc

Encoding and decoding using yEnc encoding in Rust
MIT License
4 stars 4 forks source link

Implement multi-part encoding and decoding #1

Closed aswaving closed 7 years ago

aswaving commented 7 years ago

Currently the library is not very useful. Most Usenet messages containing yenc blocks use the 'part' and 'pcrc32' tags, even when there's only a single part. These tags are currently not recognized and lead to parse errors (InvalidHeader).