From d0fcb25097c5390cc610a4c3ecbf66635c3adea0 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 9 Jun 2025 23:27:50 -0400 Subject: [Rust] Expose `strings_to_string_list` Need this for WARP plugin --- rust/src/string.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/string.rs') diff --git a/rust/src/string.rs b/rust/src/string.rs index 0a1191d5..9092d163 100644 --- a/rust/src/string.rs +++ b/rust/src/string.rs @@ -36,7 +36,7 @@ pub(crate) fn raw_to_string(ptr: *const c_char) -> Option { } } -pub(crate) fn strings_to_string_list(strings: I) -> *mut *mut c_char +pub fn strings_to_string_list(strings: I) -> *mut *mut c_char where I: IntoIterator, // TODO make `S: BnStrCompatible,` -- cgit v1.3.1