Skip to content

toml 0.9: DeInteger and DeFloat are awkward to use #1017

@Jarcho

Description

@Jarcho

Neither DeInteger nor DeFloat have an easy way to get their parsed value. to_string().parse() can (almost) be used, but that's not really a great interface. The existing to_* private would do the job.

Parsing almost works because integers are prefixed and that needs to be handled separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-parseArea: Parsing TOMLC-enhancementCategory: Raise on the bar on expectations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions