is_slice 0.0.0

Macro to answer the question: is it a slice?
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "is_slice"
version = "0.0.0"
dependencies = [
 "wtest",
]

[[package]]
name = "paste"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"

[[package]]
name = "wtest"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4addb6581805d05aad55893569aecdd015806a28b2ff6ba6b906fd854d9ff8db"
dependencies = [
 "paste",
]