Top "Bindata" questions

A declarative way to read and write structured binary data in Ruby.

Write array of radix-2 numeric strings to binary file in Ruby

I've written a simple Huffman encoding in Ruby. As output I've got an array, for example: ["010", "1111", "10", "10", "110", "1110", "001", "110", "000", "10", "011"] I need to write, …

ruby io bindata