stdext 0.3.3

Extensions for the Rust standard library structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stdext"
version = "0.3.3"
authors = ["Igor Aleksanov <popzxc@yandex.ru>"]
edition = "2018"
repository = "https://github.com/popzxc/stdext-rs"
documentation = "https://docs.rs/stdext"
readme = "README.md"
license = "MIT"
keywords = ["std", "extensions", "helpers", "utils"]
categories = ["rust-patterns"]
description = "Extensions for the Rust standard library structures."

[dependencies]