win32metadata VS panama-foreign

Compare win32metadata vs panama-foreign and see what are their differences.

win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK. (by microsoft)

panama-foreign

https://openjdk.org/projects/panama (by openjdk)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
win32metadata panama-foreign
27 14
1,279 267
1.3% -0.7%
0.0 10.0
4 days ago 11 days ago
C++ Java
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

win32metadata

Posts with mentions or reviews of win32metadata. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-02.
  • Hey Rustaceans! Got a question? Ask here (18/2023)!
    5 projects | /r/rust | 2 May 2023
    As /u/huellenoperator notes, that this needs a pointer to a mutable string comes straight from microsoft through win32metadata. Maybe it's a mistake on Microsoft's side, but if it's not you're taking big risks.
  • Kernel Headers for Windows could soon make it into windows-rs
    5 projects | /r/rust | 22 Feb 2023
    Microsoft offers official "bindings" to Win32 APIs through win32metadata. However, until recently, it did not include metadata for kernel-level functions or WDK. In early 2021, an issue was raised through windows-rs regarding this limitation, but progress was slow until now. Microsoft has finally released official metadata for WDK, which can be found on the wdkmetadata repository. The latest comment on the issue thread can be found here:
  • winreader: read memory from other programs
    3 projects | /r/rust | 2 Feb 2023
    for win32metadata's kernel api tracking issue, https://github.com/microsoft/win32metadata/issues/401
    3 projects | /r/rust | 2 Feb 2023
    Small quirk, but this is Microsoft's official crate, based on their own win32metadata project! I've been using it preferentially now instead of the winapi crate since it's offically from MS, regularly updated, and more feature-rich in general.
  • Best windows stubs
    2 projects | /r/rust | 27 Jan 2023
    Any examples? Since the API bindings in windows-sys are generated from the metadata generated from official Windows SDK headers I'd not expect to see this kind of difference.
  • Is it time to retire C and C++ for Rust in new programs?
    2 projects | news.ycombinator.com | 28 Sep 2022
    There is still the occasional incredibly subtle link time fuckery in Rust.

    https://github.com/microsoft/win32metadata/issues/1274

    "Minor" semver updates to crates breaking things via e.g. unexpected MSRV bumps is pretty common too, with some resulting bitrot. That said, I agree with you that things in Rust are at least better. Imperfect, but better.

  • Using Windows API in Julia?
    3 projects | /r/Julia | 1 Feb 2022
    It might be interesting to have bindings generated for the entirety of Win32 API through https://github.com/microsoft/win32metadata
  • Would std code for Windows ever use the windows crate by Microsoft?
    6 projects | /r/rust | 22 Dec 2021
    Note that the data (or the tool to extract the data) is publicly available under an open source license.
    6 projects | /r/rust | 22 Dec 2021
    The Rust bindings are indeed generated from metadata, which provides several language projections, not only Rust.
    6 projects | /r/rust | 22 Dec 2021

panama-foreign

Posts with mentions or reviews of panama-foreign. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-10.

What are some alternatives?

When comparing win32metadata and panama-foreign you can also consider the following projects:

JNA - Java Native Access

LWJGL - LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.

rust-bindgen - Automatically generates Rust FFI bindings to C (and some C++) libraries.

SWIG - SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.

go - The Go programming language

jextract - https://openjdk.org/projects/code-tools

winapi - Windows API declarations without <windows.h>, for internal Boost use.

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Theseus - Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.

cppwin32 - A modern C++ projection for the Win32 SDK

STL - MSVC's implementation of the C++ Standard Library.