- Document panic introduced in walker ergonomics #435
#[non_exhaustive]
onunixfs::InvalidCidInLink
error #480
Minor version bump due to ipfs 0.2.0 release.
- Clippy future-proofing #316
- Use core and alloc crates instead of std #331
crate::dagpb::wrap_node_data
, part of #332- minor doc fix for
crate::dir::ResolveError::UnexpectedType
, part of #332
Minor version bump due to many new features and broken API.
- Initial facilities for building File trees #220
- Hide
ipfs_unixfs::file::reader
to hide non-exported type on pub fn #203 - More ergonomic
ipfs_unixfs::walk::Walker
#269, #272, #294 - Update
filetime
dependency #278 - Directory tree building #284
- Symlink block serialization #302
Initial release.
ipfs_unixfs::walk::Walker
for walking directories, files and symlinksipfs_unixfs::resolve
for resoving a single named link over directories (plain or HAMT sharded)ipfs_unixfs::file::visit::FileVisit
lower level file visitor