Crate bitcoinleveldb_dumpfile

Source

Structs§

CorruptionReporter
| Notified when log reader encounters | corruption. |
WriteBatchItemPrinter
| Called on every item found in a WriteBatch. |

Functions§

dump_descriptor
dump_log
dump_table
guess_type
print_log_contents
| Print contents of a log file. (*func)() | is called on every record. |
version_edit_printer
| Called on every log record (each one | of which is a WriteBatch) found in a kDescriptorFile. |
write_batch_printer
| Called on every log record (each one | of which is a WriteBatch) found in a kLogFile. |