Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 601 Bytes

File metadata and controls

33 lines (23 loc) · 601 Bytes

Rust GraphQL Study

Agenda

Rust: Whats so cool about it?
  • Fast
  • Built in testing
  • Powerful abstractions with minimal overhead
  • Low level control
  • Strongly typed
GraphQL: The power at hand
  • Flexible
  • Gives power to the frontend
  • Focus on data shape and hierarchy
Diesel, Juniper, Rocket
Building Models with Diesel
Unit Testing with Rust
GraphQL Types With Junpier
Setting up Rocket

Links