jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.01k stars 59 forks source link

Error when compiling for 32-bit windows builds #696

Closed jcrist closed 1 month ago

jcrist commented 1 month ago

Add a build time error that would have caught #695.

jcrist commented 1 month ago

FWIW we could support windows 32 with some testing and bugfixes. But given it's 2024 I don't expect that platform to have much use and supporting it would cost some devtime. A compile-time error for now seems simpler.