plot_interface 0.1.3

Plot interface.
Documentation
1
2
3
4
5
6
7
8
9
10
// #![cfg_attr(docsrs, feature(doc_cfg))]
#![ cfg_attr( feature = "nightly", feature( type_name_of_val ) ) ]
// #![ feature( type_name_of_val ) ]
// #![ feature( trace_macros ) ]
// #![ feature( idents_concat ) ]

use typing_tools as TheModule;

// #[ path = "./inc.rs" ]
mod inc;