Fields

none: void,
fast: void,
uuid: void,
sha1: void,
md5: void,
hexstring: HexString,

Types

Functions

fn eql(a: BuildId, b: BuildId) bool

No documentation provided.

fn initHexString(bytes: []const u8) BuildId

Input is byte values, not hex-encoded. Asserts bytes fits inside `HexString…

Input is byte values, not hex-encoded. Asserts bytes fits inside HexString

fn parse(text: []const u8) !BuildId

Converts UTF-8 text to a BuildId.