mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
working codegen
This commit is contained in:
parent
08628022c2
commit
0d548f7798
3 changed files with 463 additions and 13 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue