wnfs-unixfs-file 0.3.0

IPLD UnixFS File implementation for Webnative Filesystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog

## 0.2.0 (2024-02-15)

* Bumped minimal supported rust version to 1.75
* Moved all traits to use the new ["return position impl trait in trait" feature]https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html
* Update to new `BlockStore` trait from wnfs-common
* Evolve `BlockStore` trait ([#402]https://github.com/wnfs-wg/rs-wnfs/pull/402)

## 0.1.27 (2023-12-06)

* Initial version