mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-17 23:19:06 +00:00
Remove WIP from Readme.
This commit is contained in:
parent
76073718c7
commit
07b5c3de2e
@ -1,8 +1,7 @@
|
|||||||
# Rocket [![Build Status](https://travis-ci.com/SergioBenitez/Rocket.svg?token=CVq3HTkPNimYtLm3RHCn&branch=master)](https://travis-ci.com/SergioBenitez/Rocket)
|
# Rocket [![Build Status](https://travis-ci.com/SergioBenitez/Rocket.svg?token=CVq3HTkPNimYtLm3RHCn&branch=master)](https://travis-ci.com/SergioBenitez/Rocket)
|
||||||
|
|
||||||
Rocket is a work-in-progress web framework for Rust (nightly) with a focus on
|
Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
|
||||||
ease-of-use, expressability, and speed. Here's an example of a complete Rocket
|
expressability, and speed. Here's an example of a complete Rocket application:
|
||||||
application:
|
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
|
Loading…
Reference in New Issue
Block a user