random-nickname2 0.1.9

用于Rust的随机用户昵称生成器
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "random-nickname2"
authors = ["mzdk100 <mzdk100@foxmail.com>"]
description = "用于Rust的随机用户昵称生成器"
keywords = ["name", "user", "random", "gen", "nickname"]
license = "Apache-2.0"
readme = "README.md"
version = "0.1.9"
edition = "2024"
repository = "https://github.com/mzdk100/ramdom-nickname.git"

[dependencies]
rand = "0.9.1"