Registry / utility / bin-utils

bin-utils

JSON →
library0.0.7rbrubygemsunverified

Utilities for extracting binary integers from binary strings and packing them back.

gem install bin_utils
INSTALL
IMPORT
SIG · BIN-UTILS
B
bin-utils
utilityrubyv0.0.7
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.

BinUtils
require 'bin_utils'

Extract an integer from a binary string

require 'bin_utils' # Example: extract an integer from a binary string binary_string = "\x01\x02" value = BinUtils.extract(binary_string, 0, 2) puts value
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
5
Meta
1
Amazon
1
Resources
bin-utils — gem install bin-utils · libregistry