#cast #traits #any #upcast #rtti

nightly macro no-std trait-cast-macros

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

5 releases

0.3.5 Dec 23, 2024
0.3.4 Dec 19, 2024
0.3.3 Dec 18, 2024
0.3.2 Dec 16, 2024
0.3.1 Dec 14, 2024

#5 in #upcast

Download history 167/week @ 2024-12-11 305/week @ 2024-12-18 29/week @ 2024-12-25 7/week @ 2025-01-08

362 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
~78K SLoC