Skip to content

Commit 9bb52a8

Browse files
authored
Merge pull request #575 from fede1024/davidblewett/export
Re-export the bundled rdkafka-sys modules.
2 parents 56b6096 + 3b211c3 commit 9bb52a8

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)