is_slice 0.1.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.1.0"
dependencies = [
 "wtest_basic",
]

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

[[package]]
name = "wtest_basic"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da5be72e021d0ce8b0ca8e69869b71af7f90053ee584a7ec08bbea25fbad75a"
dependencies = [
 "paste",
]