serde-rs.github.io
serde-rs.github.io copied to clipboard
Add documentation for `variant_identifier` and `field_identifier`
This PR adds documentation for the variant_identifier and field_identifier attributes on enums. I think this should be alright to make officially part of the public API, since they're mentioned in existing documentation, but I'm happy to be wrong about this.
Fixes https://github.com/serde-rs/serde/issues/1238