Registry / utility / crimp
library1.0.0rbrubygemsunverified

Platform agnostic MD5 hash from simple data structures made of numbers, strings, booleans, nil, arrays or hashes.

gem install crimp
INSTALL
IMPORT
SIG · CRIMP
C
crimp
utilityrubyv1.0.0
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.

Crimp
require 'crimp'

Generate a deterministic MD5 hash from simple Ruby data structures.

require 'crimp' hash = Crimp.signature({foo: 'bar', baz: [1, 2, 3]}) puts hash # => "a1b2c3d4..."
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
crimp — gem install crimp · libregistry