This commit is contained in:
tyranron 2024-08-15 10:54:40 +00:00
parent fb89c88343
commit d71a5b8d46
6 changed files with 15 additions and 2 deletions

View file

@ -195,6 +195,7 @@
<li><a href="https://docs.rs/bigdecimal"><code>bigdecimal</code></a></li>
<li><a href="https://docs.rs/bson"><code>bson</code></a></li>
<li><a href="https://docs.rs/chrono"><code>chrono</code></a>, <a href="https://docs.rs/chrono-tz"><code>chrono-tz</code></a></li>
<li><a href="https://docs.rs/jiff"><code>jiff</code></a></li>
<li><a href="https://docs.rs/rust_decimal"><code>rust_decimal</code></a></li>
<li><a href="https://docs.rs/time"><code>time</code></a></li>
<li><a href="https://docs.rs/url"><code>url</code></a></li>

View file

@ -195,6 +195,7 @@
<li><a href="https://docs.rs/bigdecimal"><code>bigdecimal</code></a></li>
<li><a href="https://docs.rs/bson"><code>bson</code></a></li>
<li><a href="https://docs.rs/chrono"><code>chrono</code></a>, <a href="https://docs.rs/chrono-tz"><code>chrono-tz</code></a></li>
<li><a href="https://docs.rs/jiff"><code>jiff</code></a></li>
<li><a href="https://docs.rs/rust_decimal"><code>rust_decimal</code></a></li>
<li><a href="https://docs.rs/time"><code>time</code></a></li>
<li><a href="https://docs.rs/url"><code>url</code></a></li>

View file

@ -196,6 +196,7 @@
<li><a href="https://docs.rs/bigdecimal"><code>bigdecimal</code></a></li>
<li><a href="https://docs.rs/bson"><code>bson</code></a></li>
<li><a href="https://docs.rs/chrono"><code>chrono</code></a>, <a href="https://docs.rs/chrono-tz"><code>chrono-tz</code></a></li>
<li><a href="https://docs.rs/jiff"><code>jiff</code></a></li>
<li><a href="https://docs.rs/rust_decimal"><code>rust_decimal</code></a></li>
<li><a href="https://docs.rs/time"><code>time</code></a></li>
<li><a href="https://docs.rs/url"><code>url</code></a></li>
@ -2474,6 +2475,11 @@ mod date_scalar {
<tr><td><a href="https://docs.rs/chrono/latest/chrono/struct.DateTime.html"><code>chrono::DateTime</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/date-time"><code>DateTime</code></a></td><td><a href="https://docs.rs/chrono"><code>chrono</code></a></td></tr>
<tr><td><a href="https://docs.rs/chrono-tz/latest/chrono_tz/enum.Tz.html"><code>chrono_tz::Tz</code></a></td><td><code>TimeZone</code></td><td><a href="https://docs.rs/chrono-tz"><code>chrono-tz</code></a></td></tr>
<tr><td><a href="https://docs.rs/rust_decimal/latest/rust_decimal/struct.Decimal.html"><code>Decimal</code></a></td><td><code>Decimal</code></td><td><a href="https://docs.rs/rust_decimal"><code>rust_decimal</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/civil/struct.Date.html"><code>jiff::civil::Date</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/local-date"><code>LocalDate</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/civil/struct.Time.html"><code>jiff::civil::Time</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/local-time"><code>LocalTime</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/civil/struct.DateTime.html"><code>jiff::civil::DateTime</code></a></td><td><code>LocalDateTime</code></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/struct.Timestamp.html"><code>jiff::Timestamp</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/date-time"><code>DateTime</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/struct.Span.html"><code>jiff::Span</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/duration"><code>Duration</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/time/latest/time/struct.Date.html"><code>time::Date</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/date"><code>Date</code></a></td><td><a href="https://docs.rs/time"><code>time</code></a></td></tr>
<tr><td><a href="https://docs.rs/time/latest/time/struct.Time.html"><code>time::Time</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/local-time"><code>LocalTime</code></a></td><td><a href="https://docs.rs/time"><code>time</code></a></td></tr>
<tr><td><a href="https://docs.rs/time/latest/time/struct.PrimitiveDateTime.html"><code>time::PrimitiveDateTime</code></a></td><td><code>LocalDateTime</code></td><td><a href="https://docs.rs/time"><code>time</code></a></td></tr>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -517,6 +517,11 @@ mod date_scalar {
<tr><td><a href="https://docs.rs/chrono/latest/chrono/struct.DateTime.html"><code>chrono::DateTime</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/date-time"><code>DateTime</code></a></td><td><a href="https://docs.rs/chrono"><code>chrono</code></a></td></tr>
<tr><td><a href="https://docs.rs/chrono-tz/latest/chrono_tz/enum.Tz.html"><code>chrono_tz::Tz</code></a></td><td><code>TimeZone</code></td><td><a href="https://docs.rs/chrono-tz"><code>chrono-tz</code></a></td></tr>
<tr><td><a href="https://docs.rs/rust_decimal/latest/rust_decimal/struct.Decimal.html"><code>Decimal</code></a></td><td><code>Decimal</code></td><td><a href="https://docs.rs/rust_decimal"><code>rust_decimal</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/civil/struct.Date.html"><code>jiff::civil::Date</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/local-date"><code>LocalDate</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/civil/struct.Time.html"><code>jiff::civil::Time</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/local-time"><code>LocalTime</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/civil/struct.DateTime.html"><code>jiff::civil::DateTime</code></a></td><td><code>LocalDateTime</code></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/struct.Timestamp.html"><code>jiff::Timestamp</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/date-time"><code>DateTime</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/jiff/latest/jiff/struct.Span.html"><code>jiff::Span</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/duration"><code>Duration</code></a></td><td><a href="https://docs.rs/jiff"><code>jiff</code></a></td></tr>
<tr><td><a href="https://docs.rs/time/latest/time/struct.Date.html"><code>time::Date</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/date"><code>Date</code></a></td><td><a href="https://docs.rs/time"><code>time</code></a></td></tr>
<tr><td><a href="https://docs.rs/time/latest/time/struct.Time.html"><code>time::Time</code></a></td><td><a href="https://graphql-scalars.dev/docs/scalars/local-time"><code>LocalTime</code></a></td><td><a href="https://docs.rs/time"><code>time</code></a></td></tr>
<tr><td><a href="https://docs.rs/time/latest/time/struct.PrimitiveDateTime.html"><code>time::PrimitiveDateTime</code></a></td><td><code>LocalDateTime</code></td><td><a href="https://docs.rs/time"><code>time</code></a></td></tr>