working codegen

This commit is contained in:
nora 2022-02-09 21:32:32 +01:00
parent 08628022c2
commit 0d548f7798
3 changed files with 463 additions and 13 deletions

View file

@ -8,7 +8,7 @@ mod frame_type {
pub const METHOD: u8 = 1;
pub const HEADER: u8 = 2;
pub const BODY: u8 = 3;
pub const HEARTBEAT: u8 = 4;
pub const HEARTBEAT: u8 = 8;
}
#[derive(Debug, Clone, PartialEq, Eq)]