#http2 #hpack #huffman #tokio #tls

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

#8 in #hpack

Apache-2.0

585KB

Contains (WOFF font, 120KB) docs/Heuristica-Italic.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff, (WOFF font, 49KB) docs/SourceSerifPro-Bold.woff and 1 more.

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
~143K SLoC