An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/mdigger/uid

Package uid is a generator of globally unique identifiers. The algorithm used to generate globally unique identifiers based on the same principle that is used to generate unique IDs in MongoDB. The unique ID is a 12 byte sequence consisting of the time of generation, computer ID, and process, as well as counter. The main difference is that the identifier is represented as a string using base64-encoding. It also supports a function to quickly parse this string, which returns information about all the values, which are assembled from the identifier.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/mdigger/uid
License: MIT
Latest release: 4 months ago
First release: about 4 years ago
Namespace: github.com/mdigger
Stars: 0 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 20 hours ago

    Loading...
    Readme
    Loading...