stdng 0.1.8

An enhancement for Rust standard library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stdng"
version = "0.1.8"
edition = "2024"
description = "An enhancement for Rust standard library"
repository = "https://github.com/xflops/stdng"
license-file = "../LICENSE"

[dependencies]
thiserror = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
rand = { workspace = true }
tokio = { workspace = true }