r4d 0.1.0

Text oriented macro processor
1
2
3
4
5
6
7
8
pub struct _Reader; 

impl _Reader {
    // Read input stream
    pub fn _read_stream() {

    }
}