Skip to main content

laminar_version

Function laminar_version 

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

Get the LaminarDB library version.

§Returns

A pointer to a null-terminated version string. This is a static string and should NOT be freed.

§Safety

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