1
0
Fork 0
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:
Dominic 2020-04-12 22:30:17 +02:00
parent 095686f390
commit 93cbc36046
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
7 changed files with 52 additions and 40 deletions

View file

@ -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