From f19055bc604f023b8bea0283b1f8b595161c4cf3 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 7 Oct 2021 19:34:32 -0700 Subject: [PATCH] add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e3b70e5ffb5f377d767d8ed6785fe28ea3600bd8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# zig-ulid +![loc](https://sloc.xyz/github/nektro/zig-ulid) +[![license](https://img.shields.io/github/license/nektro/zig-ulid.svg)](https://github.com/nektro/zig-ulid/blob/master/LICENSE) + +A binary implementation of ULID in Zig. + +https://github.com/ulid/spec + +## License +MIT -- 2.54.0