wetutil 0.5.0

One-stop crate for all the rust features that I'm missing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "pretty-type-name-alloc"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29de89db8f67b92db51e794174590ea5bf0db3b61a8d1d6d0769a47689f83c37"

[[package]]
name = "wetutil"
version = "0.5.0"
dependencies = [
 "pretty-type-name-alloc",
]