Revision control
Copy as Markdown
Other Tools
[package]
name = "windows-numerics"
version = "0.3.1"
edition = "2021"
rust-version = "1.82"
license = "MIT OR Apache-2.0"
description = "Windows numeric types"
categories = ["os::windows-apis"]
readme = "readme.md"
[dependencies]
windows-core = { workspace = true }
windows-link = { workspace = true }
[features]
default = ["std"]
std = ["windows-core/std"]
[lints]
workspace = true
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []