More hpack work

This commit is contained in:
Carl Lerche
2017-03-15 17:16:00 -07:00
parent 1deac1f16e
commit eb00f71caf
4 changed files with 146 additions and 52 deletions

View File

@@ -5,6 +5,6 @@ mod huffman;
// mod table;
pub use self::encoder::Encoder;
pub use self::entry::Entry;
pub use self::entry::{Entry, Key};
pub use self::decoder::{Decoder, DecoderError};
// pub use self::table::Entry;