zig/lib/std/hash
Andrew Kelley d5e21a4f1a std: remove meta.trait
In general, I don't like the idea of std.meta.trait, and so I am
providing some guidance by deleting the entire namespace from the
standard library and compiler codebase.

My main criticism is that it's overcomplicated machinery that bloats
compile times and is ultimately unnecessary given the existence of Zig's
strong type system and reference traces.

Users who want this can create a third party package that provides this
functionality.

closes #18051
2023-11-22 13:24:27 -05:00
..
crc std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
adler.zig std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
auto_hash.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00
benchmark.zig XXH3 Implementation for Zig STD (#17530) 2023-10-17 13:55:01 -05:00
cityhash.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
crc.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
fnv.zig std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
murmur.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
verify.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
wyhash.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
xxhash.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00