mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
19 lines
557 B
Markdown
19 lines
557 B
Markdown
---
|
||
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/)
|
||
|
||
I’ve started coding a native Ruby library for extracting RAR archives. Its in early stages, but I’ve 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.
|