1
0
Fork 0
forked from wry/wry

utils: inline buffer module reexports

This commit is contained in:
kossLAN 2026-05-29 18:27:36 -04:00
parent 869a2c2428
commit 9135834cc7
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View file

@ -68,8 +68,12 @@ reexport_utils! {
}
pub mod bindings;
pub mod buffd;
pub mod bufio;
pub mod buffd {
pub use jay_wire_buf::*;
}
pub mod bufio {
pub use jay_bufio::*;
}
pub mod clone3;
pub mod double_click_state;
pub mod event_listener {

View file

@ -1 +0,0 @@
pub use jay_wire_buf::*;

View file

@ -1 +0,0 @@
pub use jay_bufio::*;