stpl 0.2.0

Super templates (html, etc.) with Plain-Rust, no textfiles
Documentation

stpl

stpl - Super template library for Rust

This version of stpl is a Proof of Concept. If you like it, or dislike it please be vocal about it.

stpl goals:

  • no ugly macros; actually, no macros at all;
  • no text-files with weird syntax; Rust only!
  • still, nice syntax and support for run-time templates (magic!)

Nits:

  • uses 4 nightly unstable features

Help

Please see ./playground subdirectory for example usage.

License

stpl is licensed under: MPL-2.0/MIT/Apache-2.0