Common algorithms and functions

Matthias Ladkau 834f5fffaa feat: Adding pretty printer testing пре 3 година
bitutil 80031ffe1d feat: Adding various common code fragments пре 4 година
cryptutil cb63692f97 fix: Minor fixes and reformatting пре 4 година
datautil cb63692f97 fix: Minor fixes and reformatting пре 4 година
defs cb63692f97 fix: Minor fixes and reformatting пре 4 година
errorutil 80031ffe1d feat: Adding various common code fragments пре 4 година
fileutil cb63692f97 fix: Minor fixes and reformatting пре 4 година
flowutil 80031ffe1d feat: Adding various common code fragments пре 4 година
httputil 5740c81f96 feat: Adding lexer for ECAL. пре 3 година
imageutil 80031ffe1d feat: Adding various common code fragments пре 4 година
lang 834f5fffaa feat: Adding pretty printer testing пре 3 година
lockutil 80031ffe1d feat: Adding various common code fragments пре 4 година
logutil 80031ffe1d feat: Adding various common code fragments пре 4 година
pools cb63692f97 fix: Minor fixes and reformatting пре 4 година
sortutil cb63692f97 fix: Minor fixes and reformatting пре 4 година
stringutil 80031ffe1d feat: Adding various common code fragments пре 4 година
termutil cb63692f97 fix: Minor fixes and reformatting пре 4 година
testutil 80031ffe1d feat: Adding various common code fragments пре 4 година
timeutil cb63692f97 fix: Minor fixes and reformatting пре 4 година
.gitignore cb63692f97 fix: Minor fixes and reformatting пре 4 година
LICENSE 75d1200022 Initial commit пре 4 година
README.md 80031ffe1d feat: Adding various common code fragments пре 4 година
go.mod 80031ffe1d feat: Adding various common code fragments пре 4 година

README.md

Common

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.