mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
dump codecov.io and redo badges
This commit is contained in:
parent
095686f390
commit
93cbc36046
7 changed files with 52 additions and 40 deletions
|
@ -13,7 +13,6 @@ repository = "https://gitlab.com/msrd0/gotham-restful"
|
|||
|
||||
[badges]
|
||||
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||
codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "gitlab" }
|
||||
|
||||
[dependencies]
|
||||
base64 = { version = ">=0.10.1, <0.12", optional = true }
|
||||
|
|
|
@ -8,14 +8,6 @@ resources.
|
|||
|
||||
# Usage
|
||||
|
||||
This crate targets stable rust, currently requiring rustc 1.40+. To use this crate, add the
|
||||
following to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
gotham_restful = "0.0.1"
|
||||
```
|
||||
|
||||
A basic server with only one resource, handling a simple `GET` request, could look like this:
|
||||
|
||||
```rust,no_run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue