Crate wtools[][src]

Expand description

wTools - Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.

Re-exports

pub use meta::*;
pub use former;
pub use werror as error;

Modules

Meta tools.

Prelude to use: use wtools::prelude::*.

Type checking tools.

Macros

Macro implements to answer the question: does it implement a trait?

Macro to inspect type of a variable and its size exporting it as a string.

Macro to inspect type of a variable and its size printing into stdout and exporting it as a string.

Macro instance_of to answer the question: does it implement a trait? Alias of the macro implements.

Macro to answer the question: is it a slice?