Go to file
2024-07-17 16:27:38 -07:00
.github Bump codecov/codecov-action from 4.0.1 to 4.5.0 (#36) 2024-07-03 09:20:30 -07:00
entropy Fix[entropy]: Fix typo in docs and benchmark code 2023-11-13 04:59:39 -08:00
hash Feat[hash]: Add crc64 with 2 polynomial options 2024-01-28 22:44:23 -08:00
linux Chore[build]: Missed a build tag directive 2023-10-29 19:19:27 -07:00
list Feat (list): Contains and ContainsDeep 2024-07-17 16:24:35 -07:00
pool Feat (pool): further compatibility interface work (#34) 2024-07-03 02:25:27 -07:00
squish Paranoid checks 2022-08-25 04:11:02 -07:00
xerrors Fix (xerrors): pushing nil error has no effect 2024-07-03 02:51:25 -07:00
.gitignore Update .gitignore 2022-12-31 10:53:03 -08:00
codecov.yml Fix (CI): add codecov.yml 2024-07-03 02:06:03 -07:00
common_test.go Feat/Refactor[hash]: !!BREAKING!! add CRC32 and general refactor !!BREAKING!! (#21) 2023-11-14 14:31:35 -08:00
go.mod Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#37) 2024-07-08 04:00:44 -07:00
go.sum Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#37) 2024-07-08 04:00:44 -07:00
ifaces_test.go Feat: Dialer interface (why is this not in stdlib) 2023-10-28 14:28:00 -07:00
ifaces.go Feat: Dialer interface (why is this not in stdlib) 2023-10-28 14:28:00 -07:00
LICENSE Make godoc happy.. harder 2022-01-01 23:48:31 -08:00
README.md Fix: badge URL in README.md 2024-07-03 02:11:22 -07:00
util.go Debloat: Get rid of zerolog dependency 2022-11-22 13:33:08 -08:00

common

GoDoc codecov

Welcome to things. Here are some of the aforementioned:


Dependencies

skeeto's amazing RNG for optimized entropy is the sole dependency save for stdlib++.