Function ratatui_version

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

Returns the library version as a static null-terminated C string.

The returned pointer is valid for the lifetime of the process and must not be freed by the caller. The value matches CARGO_PKG_VERSION.