Refactored the API to use a Storable trait instead of AsyncSerialize (#378)
This enables writing non-dag-cbor data, such as UnixFS files to WNFS, which powers the new file writing features.
As part of that TryFrom<Ipld> instances were removed for Hamt, Node and Pointer and instead these use Storable and HamtSerializable, NodeSerializable and PointerSerializable structs.
This also enables using Node in a nested way such as Node<String, Node<String, String>>.
0.1.25 (2023-09-04)
Fixed a bug causing dropped updates when doing serialization, then continuing writes, then serializing again and loading from that serialized state #348
Dependency wnfs-common bumped from 0.1.24 to 0.1.25