Registry / serialization / bzip2-ffi

bzip2-ffi

JSON →
library1.1.1rbrubygemsunverified

Ruby wrapper for libbz2 using FFI bindings, providing IO-like stream reading and writing of bzip2 compressed data.

gem install bzip2-ffi
INSTALL
IMPORT
SIG · BZIP2-FFI
B
bzip2-ffi
serializationrubyv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bzip2
✓ require 'bzip2/ffi'

Read bzip2 compressed data

require 'bzip2/ffi' compressed = File.read('data.bz2') Bzip2::FFI::Reader.open(StringIO.new(compressed)) do |reader| puts reader.read end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
14
Amazon
3
OpenAI (training)
1
Resources
bzip2-ffi — gem install bzip2-ffi · libregistry