is_slice 0.0.1

Macro to answer the question: is it a slice?
Documentation
example = []
test = []

[dependencies]
[dev-dependencies.wtest]
version = "~0"

[lib]
name = "is_slice"
path = "rust/impl/meta/is_slice.rs"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Volodymyr M. <volodymyr.migdal@gmail.com>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Macro to answer the question: is it a slice?\n"
documentation = "https://docs.rs/is_slice"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/is_slice"
include = ["/rust/impl/meta/is_slice.rs", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "is_slice"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/is_slice"
resolver = "2"
version = "0.0.1"