Skip to content

Cannot handle 'cfg(...)' keys commonly used in cargo configuration #9

@mdittmer

Description

@mdittmer

Cargo supports using rust's cfg(...) mechanism as toml keys in configuration files. Here is an example.

toml_const almost supports this, but requires an extended set of REPLACE_CHARS in its macro processing. Updating the sequence of REPLACE_CHARS would allow toml_const to parse files such as Cargo.toml or .cargo/config.toml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions