An open API service indexing awesome lists of open source software.

https://github.com/rofrol/rust-juniper-example


https://github.com/rofrol/rust-juniper-example

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust juniper example

Small example showing how to use juniper without iron or rocket.

## Run

```bash
$ rustup install nightly-2018-01-13
$ rustup override set nightly-2018-01-13
$ cargo run
```