[dependencies.value-traits-derive]
version = "0.1.2"
[features]
alloc = []
default = ["std"]
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 = "Value-based slices and iterators"
edition = "2021"
license = "Apache-2.0 OR LGPL-2.1-or-later"
name = "value-traits"
readme = "README.md"
repository = "https://github.com/vigna/value-traits-rs/"
version = "0.1.2"
[[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"