aict 0.1.0

Generates auto-incrementing unique IDs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Fralonra <zoronlivingston@gmail.com>"]
description = "Generates auto-incrementing unique IDs"
edition = "2021"
exclude = [".gitignore", ".github/*"]
homepage = "https://github.com/fralonra/aict"
keywords = ["id", "unique"]
license = "MIT"
name = "aict"
readme = "README.md"
repository = "https://github.com/fralonra/aict"
version = "0.1.0"