#http2 #hpack #huffman #tls #tokio

tokio-graphql

GraphQL implementation built on top of tokio-http2, topkio-proto and other async libraries

1 unstable release

Uses old Rust 2015

0.1.0 Dec 14, 2016

#9 in #hpack

Apache-2.0

585KB

GraphQL

WIP

GraphQL implementation of Facebook's Declarative API Model over typical Imperative RESTful APIs. The goal is to implement Relay based on Rust using tokio-http2 and other async multiplexing code libraries.

It's unclear if this will be a full app or library at this point (point of creation of project).


lib.rs:

This library supplies the required modules to implement HTTP/2 which includes the HPACK header compression that includes the Huffman encoding/decoding features.

Dependencies

~6.5MB
~157K SLoC