name_maker 0.1.1

Generates random name for a person or a group of person.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.rand]
version = "0.8"

[package]
authors = ["Gabriel Kenneth L. Marinas <gabrielkennethmarinas@gmail.com>"]
description = "Generates random name for a person or a group of person."
edition = "2021"
keywords = ["utility", "tool", "library", "random", "id"]
license = "MIT"
name = "name_maker"
repository = "https://github.com/marshblocker/name_maker"
resolver = "2"
version = "0.1.1"