r4d 3.0.0-rc.6

Text oriented macro processor
1
2
3
4
5
#[test]
fn function_name_test() {
    use crate::Processor;
    let processor = Processor::new();
}