Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(puffin): Parse Puffin FileMetadata (#765)
* Add Puffin FileMetadata * Fix comment locations * Put Ok(()) branch first * Use map_err * Inline err_out_of_bounds function * Use ok_or_else * Remove #[rustfmt::skip] * Rename input_fields to fields * Simplify flag parsing * Remove unnecessary reference * Make BlobMetadata.length a u64 (instead of usize) * Replace from with as
- Loading branch information