This commit is contained in:
Ondrej Babec
2022-02-25 15:41:04 +01:00
parent 1e3f8e8302
commit 7b7c8aa2aa
16 changed files with 39 additions and 32 deletions

View File

@@ -1,8 +1,10 @@
use core::str;
use heapless::Vec;
use crate::encoding::variable_byte_integer::{VariableByteInteger, VariableByteIntegerEncoder};
use crate::packet::property::Property;
use crate::utils::buffer_reader::{BinaryData, EncodedString, StringPair, TopicFilter};
use core::str;
use heapless::Vec;
pub struct BuffWriter<'a> {
buffer: &'a mut [u8],