intertrait-nostd 0.2.4

The intertrait crate, with no_std support.
Documentation

Intertrait

This library provides direct casting among trait objects implemented by a type.

Std usage

This crate is intended for no_std usage only.

Using this crate in a std environment will break.

If you need std usage, use the original intertrait crate instead.

For full details, refer to the original README and docs.