Crate movie_derive

Crate movie_derive 

Source
Expand description

movie_derive - crate containing procedural macros.

Macrosยง

actor
Macro that generates module ActorName, which contains structs Actor and Input.
actor_dbg
This version of actor! will eprintln! how it sees the input and what code it generated.