Categorygithub.com/eluv-io/common-go
module
1.0.33
Repository: https://github.com/eluv-io/common-go.git
Documentation: pkg.go.dev

# README

common-go: General-Purpose Structs and Helpers

CodeQL

Package format

Package format contains general-purpose data types used in the content fabric including IDs, hashes, tokens, etc. Each data type also implements encoders and decoders for the purpose of file storage or exchange in network protocols. In order to ensure that the system can evolve over time without breaking changes, every format is self-describing and follows the definitions of https://github.com/multiformats/multiformats (or at least its principles).

Package util

Package util contains helper functions or general-purpose data structures like LRU caches, queues, worker pools, etc.

# Packages

Package format provides encoders and decoders for the various types of data that need to be serialized/deserialized for the purpose of file storage or exchange in network protocols.
No description provided by the author