tex 0.1.1

The νTeX typesetting engine
Documentation
1
2
3
4
5
6
7
pub struct Function;

impl Function {
    pub fn new() -> Self {
        Function
    }
}