droidid 0.1.0

Generate quirky, sci-fi droid-style IDs like R2-D2, M8iwB, or X7qL. Millions of unique, short, human-readable identifiers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "droidid"
version = "0.1.0"
edition = "2021"
description = "Generate quirky, sci-fi droid-style IDs like R2-D2, M8iwB, or X7qL. Millions of unique, short, human-readable identifiers."
license = "MIT"
repository = "https://github.com/JDPlumbing/droidid"
readme = "README.md"
keywords = ["id", "uuid", "generator", "sci-fi", "names"]
categories = ["data-structures", "development-tools", "command-line-utilities"]


[dependencies]
rand = "0.9.2"