std-ext 0.4.0

Extend the standard library functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "std-ext"

version = "0.4.0"

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

edition = "2018"

rust-version = "1.53"

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]

dequemap = { version = "0.3", path = "../dequemap", default-features = false, features = ["btreemap", "hashmap"] }