Skip to main content

laminar_version

Function laminar_version 

Source
#[unsafe(no_mangle)]
pub extern "C" fn laminar_version() -> *const c_char
Expand description

Return the library version as a static null-terminated string (do not free).

ยงSafety

The returned pointer is valid for the lifetime of the process.