#cast #traits #any #upcast #rtti

nightly macro no-std trait-cast-macros

Proc-macro implementation for the 'trait-cast' crate

6 releases

0.3.6 Jan 22, 2025
0.3.5 Dec 23, 2024

#5 in #upcast

Download history 76/week @ 2024-12-09 292/week @ 2024-12-16 133/week @ 2024-12-23 5/week @ 2025-01-06 2/week @ 2025-01-13 119/week @ 2025-01-20 5/week @ 2025-01-27 6/week @ 2025-02-03

133 downloads per month
Used in trait-cast

MIT/Apache

12KB
53 lines

trait-cast-macros

Daily-Nightly Rust-Main-CI docs.rs crates.io rustc

Proc-macro automating the implementation of trait_cast::TraitcastableAny.

Usage

This crate is not meant to be used directly. Use the trait-cast crate instead.


lib.rs:

Proc-macro automating the implementation of trait_cast::TraitcastableAny.

See make_trait_castable for more details.

Dependencies

~4.5MB
~90K SLoC