yEnc decoding, file assembly, and article cache for NZB download clients.
Part of the nzb-* usenet crate stack. Decodes yEnc-encoded NNTP article bodies using SIMD acceleration (via yenc-simd), assembles multi-part articles into complete files, and manages an in-memory article cache.
| Crate | Role |
|---|---|
| nzb-nntp | Async NNTP client, connection pool |
| nzb-core | Shared models, config, SQLite DB |
| nzb-decode | yEnc decode + file assembly (this crate) |
| nzb-news | NNTP fetch engine |
| nzb-dispatch | Article dispatcher, retry, hopeless tracking |
| nzb-postproc | PAR2 repair, archive extraction |
| nzb-web | Queue manager, download orchestration |
MIT