mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
update readme
This commit is contained in:
parent
ac6444fae5
commit
935f80ee49
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -11,15 +11,18 @@
|
||||||
|___/
|
|___/
|
||||||
```
|
```
|
||||||
|
|
||||||
Branch | Linux/OSX | Windows | License | Codacy
|
[](https://github.com/Neargye/magic_enum/releases)
|
||||||
-------|-----------|---------|---------|-------
|
[](LICENSE)
|
||||||
master |-----------|---------|---------|-------
|
[](https://travis-ci.org/Neargye/magic_enum)
|
||||||
|
[](https://ci.appveyor.com/project/Neargye/magic-enum-hf8vk/branch/master)
|
||||||
|
[](https://www.codacy.com/app/Neargye/magic_enum?utm_source=github.com&utm_medium=referral&utm_content=Neargye/magic_enum&utm_campaign=Badge_Grade)
|
||||||
|
[](https://wandbox.org/permlink/vvYmXey2yclPdeKM)
|
||||||
|
|
||||||
## What is Magic Enum?
|
## What is Magic Enum?
|
||||||
|
|
||||||
Header-only C++17 library provides Enum-to-String and String-to-Enum functions.
|
Header-only C++17 library provides Enum-to-String and String-to-Enum functions.
|
||||||
* `magic_enum::enum_to_string` obtain string enum name from enum variable.
|
* `magic_enum::enum_to_string` used to obtain string enum name from enum variable.
|
||||||
* `magic_enum::enum_from_string` obtain enum variable from enum string name.
|
* `magic_enum::enum_from_string` used to obtain enum variable from enum string name.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue