[−][src]Module ffi_support::string
Functions
destroy_c_string⚠ | Free the memory of a string created by [ |
opt_rust_str_from_c⚠ | Deprecated Same as |
opt_rust_string_from_c⚠ | Deprecated Same as |
opt_rust_string_to_c | Variant of [ |
rust_str_from_c⚠ | Deprecated Convert a null-terminated C string to a rust |
rust_string_from_c⚠ | Deprecated Convert a null-terminated C into an owned rust string, replacing invalid UTF-8 with the unicode replacement character. |
rust_string_to_c | Convert a rust string into a NUL-terminated utf-8 string suitable for passing to C, or to things ABI-compatible with C. |