vesti 0.15.0

A preprocessor that compiles into LaTeX
1
2
3
4
5
6
7
8
9
use serde::Deserialize;

#[allow(dead_code)]
#[derive(Debug, Clone, Deserialize)]
pub struct VestiModule {
    pub name: String,
    pub version: Option<String>,
    pub exports: Vec<String>,
}