hex-string 0.1.0

a data structure for managing hex strings in both string and byte vector representation
Documentation
{ lib, buildRustCrate, buildRustCrateHelpers }:
with buildRustCrateHelpers;
let inherit (lib.lists) fold;
    inherit (lib.attrsets) recursiveUpdate;
in
rec {

}