dexter-ipfs-car 0.3.0

Dexter IPFS CAR (Content Addressable aRchive) library
Documentation
1
2
3
4
5
/// A unique key for a row.
pub type RowKey = String;

/// The row data is a binary payload (e.g., serialized protobuf).
pub type RowData = Vec<u8>;