Cargo Features
rust-ini has no features set by default.
[dependencies]
rust-ini = { version = "0.21.1", features = ["inline-comment", "case-insensitive", "brackets-in-section-names"] }
- inline-comment
-
Allowing inline comments
For example:
[A]
Key=value # COMMENTS
This was a default feature < 0.14.0 - case-insensitive = unicase
-
Case-insensitive Sections and Property Keys
- brackets-in-section-names
-
Allowing brackets in sections names
For example:
[[A]]
Key=value
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.