win-msg-name 0.1.0

Get Windows message name from a message ID, e.g. 0x000f -> 'WM_PAINT'
Documentation
[package]
authors = ["Vlad Shcherbina <vlad.shcherbina@gmail.com>"]
categories = ["development-tools::debugging", "os::windows-apis", "value-formatting"]
description = "Get Windows message name from a message ID, e.g. 0x000f -> 'WM_PAINT'"
edition = "2018"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "win-msg-name"
readme = "README.md"
repository = "https://github.com/Vlad-Shcherbina/win-msg-name"
version = "0.1.0"