Skip to content

moonpyk/ncuid

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages