https://github.com/rofrol/rust-juniper-example
https://github.com/rofrol/rust-juniper-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rofrol/rust-juniper-example
- Owner: rofrol
- License: apache-2.0
- Created: 2018-02-26T12:42:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T12:42:14.000Z (over 8 years ago)
- Last Synced: 2025-08-28T14:20:51.676Z (11 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```