Common algorithms and functions
Matthias Ladkau 08da30c5f8 chore: Adding OO features to ECAL documentation | vor 4 Jahren | |
---|---|---|
bitutil | vor 5 Jahren | |
cryptutil | vor 5 Jahren | |
datautil | vor 5 Jahren | |
defs | vor 5 Jahren | |
errorutil | vor 5 Jahren | |
fileutil | vor 5 Jahren | |
flowutil | vor 5 Jahren | |
httputil | vor 4 Jahren | |
imageutil | vor 5 Jahren | |
lang | vor 4 Jahren | |
lockutil | vor 5 Jahren | |
logutil | vor 5 Jahren | |
pools | vor 5 Jahren | |
sortutil | vor 5 Jahren | |
stringutil | vor 4 Jahren | |
termutil | vor 5 Jahren | |
testutil | vor 5 Jahren | |
timeutil | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
LICENSE | vor 5 Jahren | |
README.md | vor 5 Jahren | |
go.mod | vor 5 Jahren |
Common is a collection of common algorithms and functions which are used across a multitude of projects on devt.de.
Package | Description |
---|---|
bitutil | Byte processing helper functions. |
cryptutil | Processing certificates, uuids and encryption/decryption helpers. |
datautil | Datastructures and data storage helpers. |
defs | Definition used across devt.de projects. |
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. |