Skip to content

Commit 88c2ed1

Browse files
committed
docs(readme): Include corn
1 parent d652aae commit 88c2ed1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

2526
Please note that this library can not be used to write changed configuration
2627
values back to the configuration file(s)!
@@ -35,6 +36,7 @@ values back to the configuration file(s)!
3536
- `toml` - Adds support for reading TOML files
3637
- `ron` - Adds support for reading RON files
3738
- `json5` - Adds support for reading JSON5 files
39+
- `corn` - Adds support for reading Corn files
3840

3941
### Support for custom formats
4042

0 commit comments

Comments
 (0)