Skip to content

Vulfox/winmd-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winmd-zig

CI

The goal of this library is to provide a way for a pure zig automation of reading/generating windows api projections in the same way that windows-rs provides them today.

Starting off, the winmd file ingestion process needs to be done, which this library should cover. In time, this may graduate to just being called windows-zig and integrate the winmd reader as part of the build time generation of windows bindings for zig projects.

I don't forsee the potential windows-zig being integrated within the zig std libs, but I do see it being used for repos that needs/want full access to the Win32 and WinRT bindings that don't exist in the zig std libs.

Disclaimer

I am a zig newb and this port of the windows-rs was to help get a better feel for both (rust and zig) languages and the zig ecosystem. I am 99% sure any rust->zig code I am porting could be improved upon. Any tips are greatly appreciated!

Other Notable Repos

About

WIP winmd parser for Zig

Resources

License

Stars

Watchers

Forks

Languages