#stream #file #file-format #compression #pdb #byte #microsoft

ms-pdb-msfz

Reads Compressed Multi-Stream Files, which is part of the Microsoft PDB file format

3 releases

new 0.1.2 Feb 2, 2025
0.1.1 Feb 1, 2025
0.1.0 Feb 1, 2025

#908 in Parser implementations

Download history 352/week @ 2025-01-29

352 downloads per month
Used in 2 crates (via ms-pdb)

MIT/Apache

77KB
1.5K SLoC

Multi-Stream File - Compressed

This crate allows reading and writing PDZ/MSFZ files. PDZ/MSFZ files are similar to PDB/MSF files. They contain a set of streams, which are indexed by number. Each stream is a sequence of bytes, similar to an ordinary file.

See the spec module for a description of the MSFZ file format.

Dependencies

~6MB
~98K SLoC