Skip to content

TheDancingDeveloper-org/nzb-postproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nzb-postproc

Post-processing pipeline for the nzb-* usenet crate stack.

Handles PAR2 verification and repair (via the pure-Rust rust-par2 crate — no external binary needed) and archive extraction (RAR, ZIP, 7z).

Features

  • PAR2 verify and repair using native Rust (no par2cmdline required)
  • RAR extraction (unrar system binary)
  • ZIP and 7z extraction

Part of the nzb-* stack

Crate Role
nzb-nntp Async NNTP client, connection pool
nzb-core Shared models, config, SQLite DB
nzb-decode yEnc decode + file assembly
nzb-news NNTP fetch engine
nzb-dispatch Article dispatcher, retry, hopeless tracking
nzb-postproc PAR2 repair, archive extraction (this crate)
nzb-web Queue manager, download orchestration

License

MIT

About

Post-processing pipeline: PAR2 verify/repair, archive extraction

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors