Single-file, STB-style, library to generate UUID:s, by Fredrik Kihlander. No dependencies except for OS-provided functionality.
Compile with UUID_IMPLEMENTATION defined in one source-file in your code-base.
Run:
$ npm i uuid_h.cAnd then include uuid.h as follows:
#include "node_modules/uuid_h.c/uuid.h"- Windows
- Linux
- OSX
Contributions for other platforms are happily accepted!