#[unsafe(no_mangle)]pub unsafe extern "C" fn sparse_vec_from_json(
data: *const u8,
len: usize,
) -> *mut SparseVecHandleExpand description
Deserialize a SparseVec from JSON
ยงSafety
datamust point to valid JSON byteslenmust be the correct length- Returns a handle that must be freed with
sparse_vec_free