is_slice 0.14.0

Macro to answer the question: is it a slice?
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Smoke testing of the package.

// #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
// #![ cfg_attr( feature = "nightly", feature( type_name_of_val ) ) ]
// #![ feature( type_name_of_val ) ]
// #![ feature( trace_macros ) ]
// #![ feature( meta_idents_concat ) ]
#![ allow( unused_imports ) ]

use is_slice as the_module;
mod inc;