pub fn outboard(
data: impl Read,
tree: BaoTree,
outboard: impl OutboardMut,
) -> Result<Hash>Expand description
Compute the outboard for the given data.
Unlike outboard_post_order, this will work with any outboard implementation, but it is not guaranteed that writes are sequential.