Skip to content

64

Choose a tag to compare

@kennykerr kennykerr released this 15 May 19:46
· 105 commits to master since this release
2c9d81b

New crates in this release

  • The windows-services crate provides a simple and safe way to implement Windows services in Rust (#3599).
  • The windows-threading crate provides simple, safe, and efficient access to the Windows threading support (#3595).

Major version updates to existing crates

  • The windows-metadata crate is a low-level metadata library for ECMA-335, providing both a reader and writer for the ECMA-335 metadata format (#3560) used by .NET, WinRT, and more recently the Win32 metadata. It is technically a brand new implementation but reuses the older crate name from my first attempt at a metadata parser in Rust. The emphasis is on low-level. While it is easy to use, the metadata format is intended for tools to use internally. This implementation is very fast and scalable.

Minor version updates to existing crates

What's Changed

New Contributors

Full Changelog: 63...64