std-ext 0.1.1

Extend the standard library functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.async-lock]
version = "2.5"

[dependencies.parking_lot]
version = "0.12"

[package]
authors = ["try <trywen@qq.com>"]
categories = []
description = "Extend the standard library functionality"
edition = "2018"
homepage = "https://github.com/try-box/rust-box/tree/main/std-ext"
keywords = ["std"]
license = "MIT OR Apache-2.0"
name = "std-ext"
repository = "https://github.com/try-box/rust-box/tree/main/std-ext"
rust-version = "1.38"
version = "0.1.1"