AdaID
UUID generator
A library for generating unique identifiers in Ada programming language
An Ada Library for UUID generation.
15 stars
6 watching
1 forks
Language: Ada
last commit: almost 3 years ago
Linked from 1 awesome list
uuid
Related projects:
Repository | Description | Stars |
---|---|---|
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
adacore/svd2ada | A tool for generating Ada bindings from ARM Cortex-M device SVD descriptions | 65 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
edwingeng/wuid | A fast and unique identifier generator | 532 |
aofei/sandid | A tool for generating unique IDs for individual grains of sand | 47 |
antiflasher/nanoid | A Swift library that generates unique, secure string IDs with customizable parameters | 69 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 444 |
sqids/sqids-ocaml | A library that generates unique identifiers from numbers in various programming languages | 9 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 543 |
okeuday/uuid | A Erlang module for generating UUIDs with various versioning and hashing methods | 217 |