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