ipld / go-car

A content addressible archive utility
Other
145 stars 44 forks source link

feat: add DeferredCarWriter #493

Closed rvagg closed 10 months ago

rvagg commented 10 months ago

Extracted from Lassie; removed the default CARv1 option from the NewDeferredCarWriterForPath variant, but left it on for NewDeferredCarWriterForStream. Also had to wire up Close to Finalize to handle the CARv2 case (and added tests to cover the CARv2 case).

rvagg commented 10 months ago

https://github.com/ipld/frisbii/pull/33