Skip to content

Customizable parser #38

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions