Fuzz HPACK

This commit is contained in:
Carl Lerche
2017-06-09 12:06:38 -07:00
parent 42f19f3006
commit fa53d9556b
6 changed files with 568 additions and 55 deletions

View File

@@ -7,6 +7,7 @@ mod table;
#[cfg(test)]
mod test;
pub use self::encoder::Encoder;
pub use self::encoder::{Encoder, Encode, EncoderError};
pub use self::header::Header;
pub use self::decoder::{Decoder, DecoderError};
pub use self::table::Index;