[go: up one dir, main page]

copyvec 0.2.1

A contiguous growable array type, with a fixed, stack-alllocated capacity that implements Copy.
Documentation
[dependencies.quickcheck1]
default-features = false
optional = true
package = "quickcheck"
version = "1.0.3"

[dependencies.serde1]
default-features = false
optional = true
package = "serde"
version = "1.0.204"

[dev-dependencies]

[features]
alloc = []
default = ["std"]
quickcheck = ["quickcheck1"]
quickcheck1 = ["dep:quickcheck1"]
serde = ["serde1"]
serde1 = ["dep:serde1"]
std = ["alloc"]

[lib]
name = "copyvec"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "no-std::no-alloc", "no-std", "memory-management", "data-structures"]
description = "A contiguous growable array type, with a fixed, stack-alllocated capacity that implements Copy."
documentation = "https://docs.rs/copyvec"
edition = "2021"
homepage = "https://crates.io/crates/copyvec"
license = "MIT OR Apache-2.0"
name = "copyvec"
readme = "README.md"
repository = "https://github.com/aatifsyed/copyvec"
version = "0.2.1"