Skip to content

Commit 3b211c3

Browse files
committed
Re-export the bundled rdkafka-sys modules.
1 parent 56b6096 commit 3b211c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272

273273
mod log;
274274

275-
pub use rdkafka_sys::types;
275+
pub use rdkafka_sys::{bindings, helpers, types};
276276

277277
pub mod admin;
278278
pub mod client;

0 commit comments

Comments
 (0)