is_slice 0.10.0

Macro to answer the question: is it a slice?
Documentation
[dependencies]

[dev-dependencies.test_tools]
version = "~0.9.0"

[[example]]
name = "is_slice_trivial"
path = "examples/is_slice_trivial.rs"

[features]
default = ["enabled"]
enabled = []
full = ["enabled"]

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

[lints.clippy]
absolute_paths = "allow"
inline_always = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
restriction = "warn"
single_call_fn = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"

[lints.rust]
future_incompatible = "deny"
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "deny"
unsafe-code = "warn"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "development-tools"]
description = """
Macro to answer the question: is it a slice?
"""
documentation = "https://docs.rs/is_slice"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/is_slice"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "is_slice"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/is_slice"
version = "0.10.0"

[package.metadata.docs.rs]
all-features = false
features = ["full"]

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

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