We're searching for expressiveness.

This commit is contained in:
Sergio Benitez 2017-02-03 19:20:24 -08:00
parent 4247978888
commit 8b39b88e46
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
[![IRC: #rocket on irc.mozilla.org](https://img.shields.io/badge/style-%23rocket-blue.svg?style=flat&label=mozilla)](https://kiwiirc.com/client/irc.mozilla.org/#rocket)
Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
expressibility, and speed. Here's an example of a complete Rocket application:
expressiveness, and speed. Here's an example of a complete Rocket application:
```rust
#![feature(plugin)]

View File

@ -3,8 +3,7 @@ name = "rocket"
version = "0.1.6"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = """
Web framework for nightly with a focus on ease-of-use, expressability, and
speed.
Web framework for nightly with a focus on ease-of-use, expressiveness, and speed.
"""
documentation = "https://api.rocket.rs/rocket/"
homepage = "https://rocket.rs"