Common algorithms and functions
Matthias Ladkau 08da30c5f8 chore: Adding OO features to ECAL documentation | 4 лет назад | |
---|---|---|
bitutil | 5 лет назад | |
cryptutil | 5 лет назад | |
datautil | 5 лет назад | |
defs | 5 лет назад | |
errorutil | 5 лет назад | |
fileutil | 5 лет назад | |
flowutil | 5 лет назад | |
httputil | 4 лет назад | |
imageutil | 5 лет назад | |
lang | 4 лет назад | |
lockutil | 5 лет назад | |
logutil | 5 лет назад | |
pools | 5 лет назад | |
sortutil | 5 лет назад | |
stringutil | 4 лет назад | |
termutil | 5 лет назад | |
testutil | 5 лет назад | |
timeutil | 5 лет назад | |
.gitignore | 5 лет назад | |
LICENSE | 5 лет назад | |
README.md | 5 лет назад | |
go.mod | 5 лет назад |
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. |