mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-26 20:40:39 +00:00
readme: fix a link, include readmes in lib.rs
This commit is contained in:
parent
59a982028e
commit
016fe82199
@ -1,6 +1,6 @@
|
||||
# askama_escape: HTML escaping, extracted from [Askama](https://askama.readthedocs.io/)
|
||||
|
||||
[](https://crates.io/crates/askama)
|
||||
[](https://crates.io/crates/askama_escape)
|
||||
[](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
|
||||
[](https://docs.rs/askama_escape/)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
#![deny(elided_lifetimes_in_paths)]
|
||||
#![deny(unreachable_pub)]
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
||||
askama_derive::make_derive_template! {
|
||||
#[proc_macro_derive(Template, attributes(template))]
|
||||
|
@ -2,6 +2,7 @@
|
||||
#![deny(elided_lifetimes_in_paths)]
|
||||
#![deny(unreachable_pub)]
|
||||
#![allow(clippy::vec_box)] // intentional, less copying
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
||||
mod ascii_str;
|
||||
pub mod expr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user