aboutsummaryrefslogtreecommitdiff
path: root/src/internal.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-07-16 10:46:41 +0100
committerdiogo464 <[email protected]>2025-07-16 10:46:41 +0100
commitf319d7ab5278a3cfb43d38875d81c28cc2dce1e1 (patch)
treecb161fd990643e267bbc373fb09ccd7b689a23b5 /src/internal.rs
Initial commit - extracted urpc from monorepo
Diffstat (limited to 'src/internal.rs')
-rw-r--r--src/internal.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal.rs b/src/internal.rs
new file mode 100644
index 0000000..a3c203a
--- /dev/null
+++ b/src/internal.rs
@@ -0,0 +1,2 @@
1pub use bincode;
2pub use bytes;