Skip to content

Customizable parser #38

@FreeCX

Description

@FreeCX

Ini structure must support

variable comment character

let ini = Ini::new()
    .set_comment_symbol('#')
    .add_comment("comment line")
    .section("demo")
    .item("a", 1);

generate (after serialization)

# comment line
[demo]
a = 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions