Skip to content

moonpyk/ncuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 (port of https://github.com/dilvie/cuid)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages