Function get_metadata_bytes
Source pub fn get_metadata_bytes(flo_data: &[u8]) -> Result<Vec<u8>, JsValue>
Expand description
Get just the metadata bytes from a flo™ file
§Arguments
flo_data - flo™ file bytes
§Returns
Raw MessagePack metadata bytes (or empty array)