lazyext 0.0.3

Tons of utility functions for Rust developers
Documentation
[[bench]]
harness = false
name = "foo"
path = "../benches/foo.rs"

[dependencies.lazyext-slice]
optional = true
version = "0.0.2"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.tempfile]
version = "3"

[features]
default = ["full"]
full = ["std"]
std = ["lazyext-slice/std"]

[package]
authors = ["Al Liu <scygliu@gmail.com>"]
description = "Tons of utility functions for Rust developers"
documentation = "https://docs.rs/lazyext"
edition = "2021"
keywords = ["utilities"]
license = "MIT/Apache-2.0"
name = "lazyext"
repository = "https://github.com/al8n/lazyext"
version = "0.0.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]