We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 417157e + 6bc9cf1 commit 6af4d0dCopy full SHA for 6af4d0d
_src/enum-representations.md
@@ -40,6 +40,8 @@ In JSON and other self-describing formats, the externally tagged representation
40
is often not ideal for readability. Serde provides attributes to select three
41
other possible representations.
42
43
+**Note**: This is the only enums representation that requires neither `std` nor `alloc` Cargo features to be enabled.
44
+
45
## Internally tagged
46
47
```rust
0 commit comments