trait-cast-macros 0.3.7

Proc-macro implementation for the 'trait-cast' crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# trait-cast-macros

[![Daily-Nightly](https://github.com/ink-feather-org/trait-cast-rs/actions/workflows/rust_daily_nightly_check.yml/badge.svg)](https://github.com/ink-feather-org/trait-cast-rs/actions/workflows/rust_daily_nightly_check.yml)
[![Rust-Main-CI](https://github.com/ink-feather-org/trait-cast-rs/actions/workflows/rust_main.yml/badge.svg)](https://github.com/ink-feather-org/trait-cast-rs/actions/workflows/rust_main.yml)
[![docs.rs](https://docs.rs/trait-cast/badge.svg)](https://docs.rs/trait-cast)
[![crates.io](https://img.shields.io/crates/v/trait-cast.svg)](https://crates.io/crates/trait-cast)
[![rustc](https://img.shields.io/badge/rustc-nightly-lightgrey)](https://doc.rust-lang.org/nightly/std/)

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

## Usage

This crate is not meant to be used directly.
Use the [trait-cast](https://github.com/ink-feather-org/trait-cast-rs) crate instead.