intertrait
intertrait copied to clipboard
A library providing direct casting among trait objects implemented by a type
Hello! Thanks a lot for developping and releasing `intertrait`! I just released [`crosstrait`](https://crates.io/crates/crosstrait) which is based on `intertrait` but does without the proc macro, supports no_std/no alloc, and is a...
update linkme to 0.3 and uuid to version 1
this enables to integrate `intertrait` more easily in other libraries.
For tests and cases where linkme is not available, allow for manual registration of casters.
Simply publicly export the `linkme` crate - or the needed components from it - at the root of the `intertrait` crate, so that macros can access their dependencies without needing...