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 documentation: Use & mention `Arc` instead of `Rc`. #367

Closed matheus23 closed 11 months ago

matheus23 commented 12 months ago

After merging #366, we need to update some docs, including e.g. the README, some comments in the examples, etc., which still mention Rc, instead of Arc.

matheus23 commented 11 months ago

This has been addressed https://github.com/wnfs-wg/rs-wnfs/pull/372