| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| magic_enum-v0.9.8.tar.gz | 2026-05-03 | 206.5 kB | |
| Magic Enum v0.9.8 source code.tar.gz | 2026-05-03 | 206.5 kB | |
| Magic Enum v0.9.8 source code.zip | 2026-05-03 | 245.3 kB | |
| README.md | 2026-05-03 | 834 Bytes | |
| Totals: 4 Items | 659.1 kB | 0 | |
Release v0.9.8
- Add ADL way of defining enum_range (https://github.com/Neargye/magic_enum/pull/413)
- Add prefix trimming (#414)
- Add support fmt and std::format in C++20 module (#394)
- Add rules_cc bazel dependency (#438)
- Add custom separator symbol for enum_flags_cast from string (https://github.com/Neargye/magic_enum/issues/446)
- Fix empty string and static_str string_view conversion (https://github.com/Neargye/magic_enum/issues/415)
- Fix CWG1766 (https://github.com/Neargye/magic_enum/pull/398)
- Fix std::format and fmt build (https://github.com/Neargye/magic_enum/issues/379) (https://github.com/Neargye/magic_enum/issues/397) (https://github.com/Neargye/magic_enum/issues/441)
- Fix FUNCSIG parsing on x86 by explicitly declaring the calling convention (https://github.com/Neargye/magic_enum/pull/405)