Common algorithms and functions
Matthias Ladkau 3a5d35db2b feat: Adding plain node support for GraphQL AST | před 2 roky | |
---|---|---|
bitutil | před 2 roky | |
cryptutil | před 2 roky | |
datautil | před 2 roky | |
errorutil | před 3 roky | |
fileutil | před 2 roky | |
flowutil | před 4 roky | |
httputil | před 2 roky | |
imageutil | před 5 roky | |
lang | před 2 roky | |
lockutil | před 2 roky | |
logutil | před 5 roky | |
pools | před 4 roky | |
sortutil | před 5 roky | |
stringutil | před 2 roky | |
termutil | před 5 roky | |
testutil | před 5 roky | |
timeutil | před 5 roky | |
.gitignore | před 5 roky | |
LICENSE | před 5 roky | |
README.md | před 3 roky | |
go.mod | před 5 roky |
Common is a collection of common algorithms and functions. The code is public domain so feel free to use it as you like - attribution is not necessary but always appreciated :-)
Package | Description |
---|---|
bitutil | Byte processing helper functions. |
cryptutil | Processing certificates, uuids and encryption/decryption helpers. |
datautil | Datastructures and data storage helpers. |
errorutil | Helper functions around error processing. |
fileutil | File handling utilities. |
flowutil | Datastructures for flow control. |
httputil | Heplers for HTTP handling. |
imageutil | Image and pixel processing. |
lang | Lexer and parsers. |
lockutil | Utilities for locking. |
logutil | Simple logging infrastructure. |
pools | Pooling helpers. |
sortutil | Datastructures and utilities around sorting. |
stringutil | String processing helpers. |
termutil | Unix/Windows terminal helpers. |
testutil | Utilities for code testing. |
timeutil | Helpers for time processing. |