Skip to content
/ yauuid Public

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

License

Notifications You must be signed in to change notification settings

yalibs/yauuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages