Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.
/ simple-uuid Public archive

Universally unique Identifier library written in rust

Notifications You must be signed in to change notification settings

ab22593k/simple-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UUID

A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used.

This crate generates and inspects UUIDs based on RFC 4122.

Install

[dependencies]
simple-uuid = { version = "*", features = ["rand_num"] }

Usage

use simple_uuid::v4;
println!("{}", v4!())

Security

Do not assume that UUIDs are hard to guess; they should not be used as security capabilities.

About

Universally unique Identifier library written in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages