value-traits 0.2.0

By-value slices and iterators
Documentation
[dependencies.value-traits-derive]
optional = true
version = "0.2.0"

[features]
alloc = []
default = ["std", "derive"]
derive = ["value-traits-derive"]
std = ["alloc"]

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

[package]
authors = ["Tommaso Fontana <tommaso.fontana.96@gmail.com>", "Sebastiano Vigna <sebastiano.vigna@unimi.it>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std"]
description = "By-value slices and iterators"
edition = "2024"
license = "Apache-2.0 OR LGPL-2.1-or-later"
name = "value-traits"
readme = "README.md"
repository = "https://github.com/vigna/value-traits-rs/"
resolver = "2"
version = "0.2.0"

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

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

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

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