Earlier quoted context omitted.
I consider dat:// to be the better protocol, in part because of what you mentioned. Other advantages are the lack of duplicating data on disk (IPFS makes a copy of all data it shares) as well as having a versioned history of all changes. That way app owners can'tp ublish malicious versions while preventing people from using the non-malicious ones. Essentially, dat:// behaves like BitTorrent but the torrent data can c…
Dat-rs exists but seems to be on pause.
Datrs development should be unblocked again soon, starting by moving the fs layer over to async IO. And then tackling the network layer.