Skip to content

Commit

Permalink
Markdownified README
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Sep 8, 2017
1 parent 19a868b commit df0d571
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
A whitespace- and memory-friendly template engine
"""
license = "MIT/Apache-2.0"
readme = "README.rst"
readme = "README.md"
keywords = ["template", "render", "whitespace"]
categories = ["template-engine"]
homepage = "http://github.com/tailhook/trimmer"
Expand Down
16 changes: 6 additions & 10 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
=======
Trimmer
=======

:Status: Alpha

Reference_ | `API Docs`_ | Crate_
:Status: Beta

.. _api docs: https://docs.rs/trimmer/
.. _reference: https://trimmer.readthedocs.io/
.. _crate: https://crates.io/crates/trimmer
[Reference](https://trimmer.readthedocs.io/) |
[API Docs](https://docs.rs/trimmer/) |
[Crate](https://crates.io/crates/trimmer)

Yet anoter template engine for Rust. Features:
Yet another template engine for Rust. Features:

* Can produce better indented text than most template engines
* Can traverse Rust types without cloning them too much
* Can produce safe output by validating variable values rather than escaping


=======
License
=======

Expand All @@ -27,7 +24,6 @@ Licensed under either of

at your option.

------------
Contribution
------------

Expand Down

0 comments on commit df0d571

Please sign in to comment.