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

Adjust field naming to match spec #79

Closed matheus23 closed 11 months ago

matheus23 commented 2 years ago

Some encoded field names still encode in snake case, e.g. content_key in PrivateRef, but should be camel case, so contentKey.

Some other field names just need to be matched, e.g. saturated_name_hash should be encoded as name, or userland for directories generally needs to be renamed to entries.

matheus23 commented 11 months ago

This was adressed in https://github.com/wnfs-wg/rs-wnfs/pull/314