Function yrs::yupdate_debug_v1

source ·
#[no_mangle]
pub unsafe extern "C" fn yupdate_debug_v1(
    update: *const c_char,
    update_len: u32
) -> *mut c_char
Expand description

Returns a null-terminated UTF-8 encoded string representation of an update binary payload, encoded using lib0 v1 encoding. Returns null if update couldn’t be parsed into a lib0 v1 formatting.