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

ms-pdb-msfz

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

3 releases

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

#1268 in Parser implementations

Download history 335/week @ 2025-01-29 37/week @ 2025-02-05 10/week @ 2025-02-12 4/week @ 2025-02-26

70 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
~100K SLoC