am0d / rust-web

A sample web server using the rust-http library
MIT License
5 stars 3 forks source link

Use rust-mustache #2

Open derekchiang opened 10 years ago

derekchiang commented 10 years ago

Would be cooler to use this: https://github.com/erickt/rust-mustache

am0d commented 10 years ago

Perhaps, but I am currently working on building a compiler to compiler Razor views into rust code, which will then be compiled with the application. This may not end up being my final approach, but I'm playing with it for now to see how it works out.

I think it would be advantageous to have more than one view engine available to rust frameworks - all the other frameworks I have seen so far appear to be using rust-mustache.