An open API service indexing awesome lists of open source software.

https://github.com/rroohhh/mtf-rs

low level rust mtf parser library
https://github.com/rroohhh/mtf-rs

mtf parser rust

Last synced: over 1 year ago
JSON representation

low level rust mtf parser library

Awesome Lists containing this project

README

          

# mtf-rs
Low level parser of `Microsoft Tape Format` files.

This only provides low level functionality, parsing the various `DBLK`s and `Stream`s and does not aim to provide higher level functionality such as unpacking of common `mtf` files created by backup tools.

Instead this library is meant as a building block for such tools. A basic example for this is the `MTFPageProvider` provided by this crate, which can be used together with [mdf-rs](https://github.com/rroohhh/mdf-rs) to parse Microsoft SQL Server backups directly (without unpacking the `.BAK` file).