Crate yyid [] [src]

Generate YYIDs

Example

Rust

extern crate yyid;

use yyid::yyid_string;

fn main() {
    println!("{}", yyid_string());
    // => "02e7f0f6-067e-8c92-b25c-12c9180540a9"
}

C

#include "path/to/yyid.rs/include/libyyid.h"
const char* my_yyid = yyid_c_string();

Other libraries for YYID

Structs

YYID

Functions

yyid_c_string

Creates a new random YYID as a C-compatible char*

yyid_string

Creates a new random YYID as String

Type Definitions

YYIDBytes