mirror of https://github.com/rwf2/Rocket.git
Back to expressibility.
This commit is contained in:
parent
92f22ca63b
commit
ad8f55f64b
|
@ -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)
|
[![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,
|
Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
|
||||||
expressiveness, and speed. Here's an example of a complete Rocket application:
|
expressibility, and speed. Here's an example of a complete Rocket application:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "rocket"
|
||||||
version = "0.1.6"
|
version = "0.1.6"
|
||||||
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||||||
description = """
|
description = """
|
||||||
Web framework for nightly with a focus on ease-of-use, expressiveness, and speed.
|
Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
|
||||||
"""
|
"""
|
||||||
documentation = "https://api.rocket.rs/rocket/"
|
documentation = "https://api.rocket.rs/rocket/"
|
||||||
homepage = "https://rocket.rs"
|
homepage = "https://rocket.rs"
|
||||||
|
|
Loading…
Reference in New Issue