rosetta-rs / template-benchmarks-rs

Collected benchmarks for templating crates written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maud Support

bhansconnect opened this issue · comments

I feel like maud is the last major rust templating library that should be added to this benchmark. Sadly, I can't seem to get the other benchmarks to compile happily with maud.

#![feature(proc_macro_non_items)]
#![feature(use_extern_macros)]

seems to be the root of the issues. I am gonna keep looking into it, but if anyone else wants to try, that would be greatly appreciated.

@djc Maud now works in stable as of September 27. Maybe it's worth adding it as well as updating the other benchmarks (also add sailfish to the top of README, it's currently missing).

I'm happy to accept it if someone updates/redoes the PR for it, but I probably won't spend time on updating it myself.

Maud has been added to the benchmarks. This can be closed now.