2 releases (1 stable)
1.0.0 | Sep 16, 2020 |
---|---|
0.0.0 | Apr 17, 2020 |
#168 in Windows APIs
33KB
802 lines
lawrencium
Bindings to a limited subset of the Windows API.
These are not any better than the winapi crate, which
you should use for general purpose Windows API usage. The difference is that
this focuses on a fairly minimal subset of the API so that the crate can build
faster. Not that winapi
builds that slow to begin with.
Okay, I'll admit it, we're kinda just doing it for fun, oh well.
lib.rs
:
lawrencium
is a minimal set of Windows API bindings.