We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7c85 commit e25531cCopy full SHA for e25531c
src/lib.rs
@@ -6,7 +6,7 @@
6
//! - Environment variables
7
//! - String literals in well-known formats
8
//! - Another Config instance
9
-//! - Files: TOML, JSON, YAML, INI, RON, JSON5 and custom ones defined with Format trait
+//! - Files: TOML, JSON, YAML, INI, RON, JSON5, GURA and custom ones defined with Format trait
10
//! - Manual, programmatic override (via a `.set` method on the Config instance)
11
//!
12
//! Additionally, Config supports:
0 commit comments