Skip to main content

borrow_string

Macro borrow_string 

Source
macro_rules! borrow_string {
    ($cstr:expr) => { ... };
}
Expand description

Convert a borrowed C string (const char *) into a Rust &str.