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
- Host: GitHub
- URL: https://github.com/rroohhh/mtf-rs
- Owner: rroohhh
- License: agpl-3.0
- Created: 2020-05-09T00:40:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T18:19:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T19:37:12.522Z (over 1 year ago)
- Topics: mtf, parser, rust
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).