Common algorithms and functions
Matthias Ladkau 08da30c5f8 chore: Adding OO features to ECAL documentation | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
bitutil | %!s(int64=5) %!d(string=hai) anos | |
cryptutil | %!s(int64=5) %!d(string=hai) anos | |
datautil | %!s(int64=5) %!d(string=hai) anos | |
defs | %!s(int64=5) %!d(string=hai) anos | |
errorutil | %!s(int64=5) %!d(string=hai) anos | |
fileutil | %!s(int64=5) %!d(string=hai) anos | |
flowutil | %!s(int64=5) %!d(string=hai) anos | |
httputil | %!s(int64=4) %!d(string=hai) anos | |
imageutil | %!s(int64=5) %!d(string=hai) anos | |
lang | %!s(int64=4) %!d(string=hai) anos | |
lockutil | %!s(int64=5) %!d(string=hai) anos | |
logutil | %!s(int64=5) %!d(string=hai) anos | |
pools | %!s(int64=5) %!d(string=hai) anos | |
sortutil | %!s(int64=5) %!d(string=hai) anos | |
stringutil | %!s(int64=4) %!d(string=hai) anos | |
termutil | %!s(int64=5) %!d(string=hai) anos | |
testutil | %!s(int64=5) %!d(string=hai) anos | |
timeutil | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
go.mod | %!s(int64=5) %!d(string=hai) anos |
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. |