artichoke_backend::sys::specifiers

Constant CSTRING_AND_LEN

Source
pub const CSTRING_AND_LEN: &str = "s";
Expand description

Retrieve a CString and its length. Usable like:

mrb_get_args(mrb, "s", &ptr, &plen);