push-trait 0.6.0

Push trait for collectons.
Documentation
[package]
name = "push-trait"
version = "0.6.0"
authors = ["Clar Charr <clar@charr.xyz>"]
description = "Push trait for collectons."
documentation = "https://docs.charr.xyz/push-trait/push_trait"
repository = "https://github.com/clarcharr/push-trait"
readme = "README.md"
categories = ["data-structures", "no-std", "rust-patterns"]
license = "CC0-1.0"
exclude = [".gitignore"]

[dependencies]
cfg-if = "0.1.2"
len-trait = { version = "0.6.1", default-features = false }
void = "1.0.2"

[features]
default = ["std"]
std = ["alloc", "len-trait/std"]
alloc = ["len-trait/alloc"]
nightly = []

[[package.metadata.test-all.cases]]
versions = ["1.19.0", "stable", "beta"]
try-features = [["std"]]

[[package.metadata.test-all.cases]]
versions = ["nightly"]
try-features = [
    ["nightly", "std"],
    ["nightly", "alloc"],
    ["nightly"],
    ["std"],
    ["alloc"],
    [],
]