pdb_wrapper 0.2.0

Rust library to create fake PDBs. Very in-dev, API is likely to break a lot (not including the frequent LLVM API breakages...)
docs.rs failed to build pdb_wrapper-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

LLVM PDB Wrapper

Rust library to create fake PDBs. Very in-dev, API is likely to break a lot (not including the frequent LLVM API breakages...)

Related Works

  • FakePDB which some of the LLVM related API calls are from.

LLVM Support

  • v0.1 supports LLVM 10
  • v0.2 supports LLVM 10 (feature llvm_10) and LLVM 13 (feature llvm_13)