Skip to content

Commit 66eb754

Browse files
mkvolkovpolarathene
authored andcommitted
chore: Add gura to README
Signed-off-by: Brennan Kinney <[email protected]>
1 parent 13982e2 commit 66eb754

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- Set defaults
1313
- Set explicit values (to programmatically override)
14-
- Read from [JSON], [TOML], [YAML], [INI], [RON], [JSON5] files
14+
- Read from [JSON], [TOML], [YAML], [INI], [RON], [JSON5], [GURA] files
1515
- Read from environment
1616
- Loosely typed — Configuration values may be read in any supported type, as long as there exists a reasonable conversion
1717
- Access nested fields using a formatted path — Uses a subset of JSONPath; currently supports the child ( `redis.port` ) and subscript operators ( `databases[0].name` )
@@ -22,6 +22,7 @@
2222
[INI]: https://github.com/zonyitoo/rust-ini
2323
[RON]: https://github.com/ron-rs/ron
2424
[JSON5]: https://github.com/callum-oakley/json5-rs
25+
[GURA]: https://github.com/gura-conf/gura-rs-parser
2526

2627
Please note this library
2728

@@ -43,6 +44,7 @@ config = "0.13.1"
4344
- `toml` - Adds support for reading TOML files
4445
- `ron` - Adds support for reading RON files
4546
- `json5` - Adds support for reading JSON5 files
47+
- `gura` - Adds support for reading GURA files
4648

4749
### Support for custom formats
4850

0 commit comments

Comments
 (0)