Closed tgross35 closed 1 year ago
This adds a Debug implementation for CompoundFile using the debug implementation of F. For a file this looks about like:
Debug
CompoundFile
F
CompoundFile(File (fd: 3, path: "/foo/bar", read: true, write: false})
This totally slipped my mind - I believe it should be all set now @mdsteele
Thanks!
This adds a
Debug
implementation forCompoundFile
using the debug implementation ofF
. For a file this looks about like: