We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f74371 commit 21c95b9Copy full SHA for 21c95b9
src/config.rs
@@ -23,7 +23,7 @@
23
//! [librdkafka-config]: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
24
25
use std::collections::HashMap;
26
-use std::ffi::CString;
+use std::ffi::{CStr, CString};
27
use std::iter::FromIterator;
28
use std::os::raw::c_char;
29
use std::ptr;
0 commit comments