rufl 0.1.3

A powerful util function library for rust
Documentation
[dependencies.fastrand]
version = "2.0.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.md-5]
version = "0.10.6"

[dependencies.regex]
version = "1.10.2"

[dependencies.unicode-segmentation]
version = "1.10.1"

[features]
collection = []
default = ["collection", "eventbus", "file", "math", "random", "string"]
eventbus = []
file = []
math = []
random = []
string = []

[package]
authors = ["dudaodong@gmail.com"]
categories = ["utils"]
description = "A powerful util function library for rust"
edition = "2021"
keywords = ["rust", "util", "lib", "function", "common"]
license = "MIT"
name = "rufl"
readme = "README.md"
repository = "https://github.com/duke-git/rufl"
version = "0.1.3"