feat(archive): add rar extraction support

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-01 12:55:10 +02:00
co-authored by Claude Sonnet 5
parent a66143d312
commit ceddeddf3e
6 changed files with 60 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# RAR fixture attribution
`sample.rar` is a byte-identical copy of `testFiles/FolderTest.rar` from the
[YuJianrong/node-unrar.js](https://github.com/YuJianrong/node-unrar.js)
repository (MIT-licensed), used there for that project's own extraction
tests. Reused here because there is no way to create a `.rar` fixture from
this codebase — the `unrar` library's license bars any tool (including this
project's own converters) from writing the RAR format, so RAR support is
extraction-only everywhere, including in test fixtures.
BIN
View File
Binary file not shown.