mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 12:45:04 +01:00
things
This commit is contained in:
parent
93ce632b5d
commit
4346db648f
24 changed files with 224 additions and 209 deletions
|
|
@ -2,8 +2,7 @@
|
|||
// This file has been generated by `xtask/src/codegen`. Do not edit it manually.
|
||||
|
||||
pub mod parse {
|
||||
use crate::error::TransError;
|
||||
use crate::methods::parse_helper::*;
|
||||
use crate::{error::TransError, methods::parse_helper::*};
|
||||
use amqp_core::methods::*;
|
||||
use nom::{branch::alt, bytes::complete::tag};
|
||||
use once_cell::sync::Lazy;
|
||||
|
|
@ -887,8 +886,7 @@ pub mod parse {
|
|||
}
|
||||
}
|
||||
pub mod write {
|
||||
use crate::error::TransError;
|
||||
use crate::methods::write_helper::*;
|
||||
use crate::{error::TransError, methods::write_helper::*};
|
||||
use amqp_core::methods::*;
|
||||
use std::io::Write;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue