light-zero-copy 0.6.0

Zero copy vector and utils for Solana programs.
Documentation
[dependencies.light-zero-copy-derive]
optional = true
version = "0.6.0"

[dependencies.pinocchio]
optional = true
version = "0.9"

[dependencies.solana-program-error]
optional = true
version = "2.2"

[dependencies.zerocopy]
version = "0.8.25"

[dev-dependencies.borsh]
default-features = false
version = "0.10.4"

[dev-dependencies.light-zero-copy-derive]
version = "0.6.0"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.zerocopy]
features = ["derive"]
version = "0.8.25"

[features]
alloc = []
default = []
derive = ["light-zero-copy-derive"]
mut = ["light-zero-copy-derive/mut"]
pinocchio = ["dep:pinocchio"]
solana = ["solana-program-error"]
std = ["alloc"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Zero copy vector and utils for Solana programs."
edition = "2021"
license = "Apache-2.0"
name = "light-zero-copy"
readme = "README.md"
repository = "https://github.com/Lightprotocol/light-protocol"
version = "0.6.0"

[[test]]
name = "borsh"
path = "tests/borsh.rs"

[[test]]
name = "borsh_2"
path = "tests/borsh_2.rs"

[[test]]
name = "cyclic_vec_tests"
path = "tests/cyclic_vec_tests.rs"

[[test]]
name = "slice_mut_test"
path = "tests/slice_mut_test.rs"

[[test]]
name = "slice_test"
path = "tests/slice_test.rs"

[[test]]
name = "vec_tests"
path = "tests/vec_tests.rs"