Skip to content

norog242/ncuid

 
 

Repository files navigation

ncuid Build status

Collision-resistant ids for .NET (port of https://github.com/ericelliott/cuid)

Nuget availability

PM> Install-Package NCuid 

Example

using System; using NCuid; namespace CUIDTest { class Program { static void Main(string[] args) { Console.WriteLine("Hello World! This is a Cuid -> " + Cuid.Generate() + " <-" ); } } } 

About

Collision-resistant ids for .NET 6 (port of https://github.com/dilvie/cuid)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%