Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 215 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 215 Bytes

YA-UUID

yet another C/C++ uuid v4 implementation. Header-only uuid generator

Example Usage

#include <uuid> // include the library
std::string my_uuid = ya::uuid_v4(); // call the generator function