wnfs-wg / rs-wnfs

Rust implementation of the WebNative FileSystem (WNFS) specification
https://github.com/wnfs-wg
Apache License 2.0
145 stars 23 forks source link

Add `get_metadata_mut` for both `PublicFile` and `PrivateFile` #308

Closed matheus23 closed 11 months ago

matheus23 commented 1 year ago

Useful for actually getting a mutable reference for changing metadata using Metadata::put, Metadata::update and Metadata::delete.

matheus23 commented 11 months ago

This was addressed in https://github.com/wnfs-wg/rs-wnfs/pull/340