Closed
Description
Since breaking changes in iron/rocket can force a major version bump to juniper, which is the case right now with the Rocket update (#67), we'd like to pull out the integrations into separate crates.
This also makes the testing setup a bit easier to handle.
Tasks
-
Rocket
- Move code to
juniper_rocket
crate - Move example to new crate
- Update travis/appveyor specs
- Documentation
- Publish crate
- Move code to
-
Iron
- Move code to
juniper_iron
crate - Move example to new crate
- Update travis/appveyor specs
- Documentation
- Publish crate
- Move code to