RowID
A time-based unique ID solution.
Quick Start
Create an ID with the following code:
use rowid;
let id: String = rowid;
Or start a customization with the following code:
use ;
let rwc: RowIDWithConfigResult = new
.char_list
.randomness_length
.done
.unwrap;
let id: String = rwc.rowid;
License
This project is licensed under the terms of the MIT license.