Skip to content

Commit b430081

Browse files
committed
reexporting config::* and Encoder
1 parent 45c9c25 commit b430081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pub mod config;
2-
pub use config::Config;
2+
pub use config::*;
33
pub mod encoder;
4+
pub use encoder::Encoder;
45
pub mod error;
56
pub use error::PtError;
67
pub mod packet;

0 commit comments

Comments
 (0)