mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
Update feature highlights in documentation
This commit is contained in:
parent
aa1d0fb44d
commit
2543b34228
@ -21,10 +21,10 @@
|
||||
//!
|
||||
//! * Construct templates using a familiar, easy-to-use syntax
|
||||
//! * Benefit from the safety provided by Rust's type system
|
||||
//! * Optional built-in support for Rocket and Iron web frameworks
|
||||
//! * Template code is compiled into your crate for optimal performance
|
||||
//! * Templates only convert your data as needed
|
||||
//! * Templates can access your Rust types directly, according to Rust's
|
||||
//! privacy rules
|
||||
//! * Templates can access your Rust types directly, according to Rust's privacy rules
|
||||
//! * Debugging features to assist you in template development
|
||||
//! * Templates must be valid UTF-8 and produce UTF-8 when rendered
|
||||
//! * Works on stable Rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user