1 unstable release
Uses old Rust 2015
0.1.0 | Dec 14, 2016 |
---|
#7 in #hpack
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
~6MB
~155K SLoC