zachs18-stdx 0.1.3

My commonly used extensions to std APIs.
Documentation
[package]
name = "zachs18-stdx"
version = "0.1.3"
authors = ["Zachary S"]
edition = "2021"
description = "My commonly used extensions to std APIs."
license = "MIT OR Apache-2.0"

[features]
default = ["std"]
std = ["alloc"]
alloc = []