prelude
This commit is contained in:
parent
0b4270f3d5
commit
d30c8500b0
3 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,10 @@ pub mod data;
|
|||
pub mod packet;
|
||||
pub mod zigzag;
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::{DataReader, DataWriter};
|
||||
}
|
||||
|
||||
pub use crate::{
|
||||
data::{DataReader, DataWriter},
|
||||
packet::Packet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue