Skip to content

Commit 9ab2e2c

Browse files
committed
deploy: e0a2ae4
1 parent fd3dbd2 commit 9ab2e2c

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

print.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,7 @@ <h4 id="external-types"><a class="header" href="#external-types">External types<
12961296
<li><code>type_rust_decimal</code> - Implements schematic for the <code>rust_decimal</code> crate.</li>
12971297
<li><code>type_semver</code> - Implements schematic for the <code>semver</code> crate.</li>
12981298
<li><code>type_url</code> - Implements schematic for the <code>url</code> crate.</li>
1299+
<li><code>type_uuid</code> - Implements schematic for the <code>uuid</code> crate.</li>
12991300
</ul>
13001301
<div style="break-before: page; page-break-before: always;"></div><h1 id="types"><a class="header" href="#types">Types</a></h1>
13011302
<p>Schema types are the building blocks when modeling your schema. They are used to define the explicit
@@ -2143,6 +2144,11 @@ <h2 id="url"><a class="header" href="#url">url</a></h2>
21432144
<p>Requires the <code>type_url</code> Cargo feature.</p>
21442145
</blockquote>
21452146
<p>Implements a schema for <code>Url</code> from the <a href="https://crates.io/crates/url">url</a> crate.</p>
2147+
<h2 id="uuid"><a class="header" href="#uuid">uuid</a></h2>
2148+
<blockquote>
2149+
<p>Requires the <code>type_uuid</code> Cargo feature.</p>
2150+
</blockquote>
2151+
<p>Implements a schema for <code>Uuid</code> from the <a href="https://crates.io/crates/uuid">uuid</a> crate.</p>
21462152
<div style="break-before: page; page-break-before: always;"></div><h1 id="code-generation"><a class="header" href="#code-generation">Code generation</a></h1>
21472153
<p>The primary benefit of a schema modeling system, is that you can consume this type information to
21482154
generate code into multiple output formats. This is a common pattern in many languages, and is a

schema/external.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@ <h2 id="url"><a class="header" href="#url">url</a></h2>
241241
<p>Requires the <code>type_url</code> Cargo feature.</p>
242242
</blockquote>
243243
<p>Implements a schema for <code>Url</code> from the <a href="https://crates.io/crates/url">url</a> crate.</p>
244+
<h2 id="uuid"><a class="header" href="#uuid">uuid</a></h2>
245+
<blockquote>
246+
<p>Requires the <code>type_uuid</code> Cargo feature.</p>
247+
</blockquote>
248+
<p>Implements a schema for <code>Uuid</code> from the <a href="https://crates.io/crates/uuid">uuid</a> crate.</p>
244249

245250
</main>
246251

schema/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ <h4 id="external-types"><a class="header" href="#external-types">External types<
268268
<li><code>type_rust_decimal</code> - Implements schematic for the <code>rust_decimal</code> crate.</li>
269269
<li><code>type_semver</code> - Implements schematic for the <code>semver</code> crate.</li>
270270
<li><code>type_url</code> - Implements schematic for the <code>url</code> crate.</li>
271+
<li><code>type_uuid</code> - Implements schematic for the <code>uuid</code> crate.</li>
271272
</ul>
272273

273274
</main>

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)