www.byjp.me/content/posts/tumblr-musings/native-ruby-rar-archive-extractor.md
JP Hastings-Spital dd38d6b9fa More tumblr posts
Also updated accurate timestamps of tumblr posts
2023-05-23 08:21:26 +01:00

19 lines
557 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Native ruby RAR
date: 2009-03-29T22:06:00+00:00
draft: false
emoji: 🗜️
images:
tags:
- ruby
- code
- github
- rar
- from-tumblr
---
[github.com](https://github.com/jphastings/unrar/)
Ive started coding a native Ruby library for extracting RAR archives. Its in early stages, but Ive placed down the code for parsing the file structure, so it can extract unencrypted, store level archives.
The ultimate aim is to allow the streaming of files from archives and the progressive extraction of files from inside archives.