Crate ezty

source · []
Expand description

Zero-fuss Any-tools.

There’s only two types exposed here that you’re going to be interested in:

Structs

A TypeId for non-'static types.

A nicer TypeId.

Enums

Either a std:TypeId or a non-'static ezty:TypeId.

Traits

Like Any, but with Debug, Send, & Sync.

Functions

Strips std path-noise from type_name().

Returns the prettified name of a type, eg "Vec<T>" rather than "alloc::vec::Vec<T>".