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
[package]

name = "std-ext"

version = "0.1.1"

authors = ["try <trywen@qq.com>"]

edition = "2018"

rust-version = "1.38"

license = "MIT OR Apache-2.0"

repository = "https://github.com/try-box/rust-box/tree/main/std-ext"

homepage = "https://github.com/try-box/rust-box/tree/main/std-ext"

description = "Extend the standard library functionality"

keywords = ["std"]

categories = []



[dependencies]

parking_lot = "0.12"

async-lock = "2.5"