mudssky_utils 1.0.0

A comprehensive Rust utility library providing common functionality for everyday programming tasks
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.dirs]
version = "6.0"

[dependencies.num_cpus]
version = "1.16"

[dependencies.once_cell]
version = "1.20"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "1.46"

[lib]
name = "mudssky_utils"
path = "src/lib.rs"

[package]
authors = ["mudssky <mudssky@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "algorithms", "data-structures", "text-processing"]
description = "A comprehensive Rust utility library providing common functionality for everyday programming tasks"
documentation = "https://docs.rs/mudssky_utils"
edition = "2024"
homepage = "https://github.com/mudssky/mudssky_utils"
keywords = ["utilities", "tools", "helpers", "lodash", "functional"]
license = "MIT"
name = "mudssky_utils"
readme = "README.md"
repository = "https://github.com/mudssky/mudssky_utils"
rust-version = "1.85.0"
version = "1.0.0"

[[test]]
name = "array_js_methods_tests"
path = "tests/array_js_methods_tests.rs"

[[test]]
name = "array_tests"
path = "tests/array_tests.rs"

[[test]]
name = "async_utils_tests"
path = "tests/async_utils_tests.rs"

[[test]]
name = "bytes_tests"
path = "tests/bytes_tests.rs"

[[test]]
name = "env_tests"
path = "tests/env_tests.rs"

[[test]]
name = "error_tests"
path = "tests/error_tests.rs"

[[test]]
name = "function_tests"
path = "tests/function_tests.rs"

[[test]]
name = "lang_tests"
path = "tests/lang_tests.rs"

[[test]]
name = "logger_tests"
path = "tests/logger_tests.rs"

[[test]]
name = "math_tests"
path = "tests/math_tests.rs"

[[test]]
name = "number_utils_tests"
path = "tests/number_utils_tests.rs"

[[test]]
name = "object_tests"
path = "tests/object_tests.rs"

[[test]]
name = "object_utils_tests"
path = "tests/object_utils_tests.rs"

[[test]]
name = "regex_tests"
path = "tests/regex_tests.rs"

[[test]]
name = "string_js_methods_tests"
path = "tests/string_js_methods_tests.rs"

[[test]]
name = "string_tests"
path = "tests/string_tests.rs"