Skip to content

Commit

Permalink
crate is case insensitive note
Browse files Browse the repository at this point in the history
  • Loading branch information
YounessBird committed Jul 14, 2022
1 parent ba6a3db commit 0bb4c7a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -23,8 +23,10 @@
[RON]: https://github.com/ron-rs/ron
[JSON5]: https://github.com/callum-oakley/json5-rs

Please note that this library can not be used to write changed configuration
values back to the configuration file(s)!
Please note this library

- can not be used to write changed configuration values back to the configuration file(s)!
- Is case insensitive and all the keys are converted to lowercase internally

## Usage

Expand Down Expand Up @@ -63,4 +65,4 @@ We currently support Rust 1.56.1 and newer.

config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.
See LICENSE-APACHE and LICENSE-MIT for details.

0 comments on commit 0bb4c7a

Please sign in to comment.