use tera::{Context, Tera}; fn main() { let data = "{{x::y()+0}}"; let _ = Tera::one_off(&data, &Context::new(), true); }.
確定! 回上一頁