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.
f1b79f2
Add newline separator by @jayvdb (#777)
The UnixLineSeparator and DosLineSeparator can be used together with StringWithSeparator.
UnixLineSeparator
DosLineSeparator
StringWithSeparator
Proper handling of cfg_attr in the serde_as macro by @sivizius (#782)
cfg_attr
serde_as
This allows to parse more valid forms of the cfg_attr macro, including multiple values and attribute that do not follow the key = value schema.
key = value