intertrait-nostd 0.2.4

The intertrait crate, with no_std support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.