2 releases (1 stable)

1.0.0 Sep 16, 2020
0.0.0 Apr 17, 2020

#183 in Windows APIs

Zlib OR Apache-2.0 OR MIT

33KB
802 lines

License:Zlib AppVeyor crates.io docs.rs

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.

Cargo Features

  • struct_debug: structs derive Debug.
  • struct_eq: structs derive PartialEq and Eq.
  • struct_hash: structs derive Hash.
  • struct_default: structs implement Default.

No runtime deps

Features