Skip to content

Commit fd3dbd2

Browse files
committed
deploy: 3b0fe0c
1 parent f640210 commit fd3dbd2

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

config/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ <h2 id="supported-source-formats"><a class="header" href="#supported-source-form
290290
<ul>
291291
<li>JSON - Uses <code>serde_json</code> and requires the <code>json</code> Cargo feature.</li>
292292
<li>Pkl (experimental) - Uses <code>rpkl</code> and requires the <code>pkl</code> Cargo feature.</li>
293+
<li>RON - Uses <code>ron</code> and requires the <code>ron</code> Cargo feature.</li>
293294
<li>TOML - Uses <code>toml</code> and requires the <code>toml</code> Cargo feature.</li>
294295
<li>YAML - Uses <code>serde_yml</code> and requires the <code>yml</code> Cargo feature.</li>
295296
<li>YAML (deprecated) - Uses <code>serde_yaml</code> and requires the <code>yaml</code> Cargo feature.</li>
@@ -302,6 +303,7 @@ <h2 id="cargo-features"><a class="header" href="#cargo-features">Cargo features<
302303
<li><code>extends</code> (default) - Enables configs to extend other configs.</li>
303304
<li><code>json</code> - Enables JSON.</li>
304305
<li><code>pkl</code> - Enables Pkl.</li>
306+
<li><code>ron</code> - Enables RON.</li>
305307
<li><code>toml</code> - Enables TOML.</li>
306308
<li><code>tracing</code> - Wrap generated code in tracing instrumentations.</li>
307309
<li><code>url</code> - Enables loading, extending, and parsing configs from URLs.</li>

print.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ <h2 id="supported-source-formats"><a class="header" href="#supported-source-form
312312
<ul>
313313
<li>JSON - Uses <code>serde_json</code> and requires the <code>json</code> Cargo feature.</li>
314314
<li>Pkl (experimental) - Uses <code>rpkl</code> and requires the <code>pkl</code> Cargo feature.</li>
315+
<li>RON - Uses <code>ron</code> and requires the <code>ron</code> Cargo feature.</li>
315316
<li>TOML - Uses <code>toml</code> and requires the <code>toml</code> Cargo feature.</li>
316317
<li>YAML - Uses <code>serde_yml</code> and requires the <code>yml</code> Cargo feature.</li>
317318
<li>YAML (deprecated) - Uses <code>serde_yaml</code> and requires the <code>yaml</code> Cargo feature.</li>
@@ -324,6 +325,7 @@ <h2 id="cargo-features"><a class="header" href="#cargo-features">Cargo features<
324325
<li><code>extends</code> (default) - Enables configs to extend other configs.</li>
325326
<li><code>json</code> - Enables JSON.</li>
326327
<li><code>pkl</code> - Enables Pkl.</li>
328+
<li><code>ron</code> - Enables RON.</li>
327329
<li><code>toml</code> - Enables TOML.</li>
328330
<li><code>tracing</code> - Wrap generated code in tracing instrumentations.</li>
329331
<li><code>url</code> - Enables loading, extending, and parsing configs from URLs.</li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)