1
2
3
4
5
6
7
8
9
10
11
/*
    Appellation: actors <module>
    Contributors: FL03 <jo3mccain@icloud.com> (https://github.com)
    Description:
        ... Summary ...
*/

pub mod extract;
pub mod generate;

pub trait ActorSpec {}