async-graphql/src/types/external
2022-02-15 15:36:18 +08:00
..
json_object rustfmt 2021-12-28 13:06:57 +02:00
list Implement InputType and OutputType for Box<[T]> and Arc<[T]>. [#805](https://github.com/async-graphql/async-graphql/issues/805) 2022-01-31 20:01:29 +08:00
bool.rs 2.0.2 2020-10-14 11:11:52 +08:00
bson.rs Add Bson<->JSON and Document<->JSONObject impls 2021-10-19 10:24:41 +02:00
bytes.rs Move the methods of the Type trait to InputType and OutputType. 2021-11-12 07:23:05 +08:00
char.rs 2.0.2 2020-10-14 11:11:52 +08:00
chrono_tz.rs Add specified_by_url for Tz & DateTime<Tz> & Url & Uuid scalars 2021-11-02 20:35:05 +08:00
cow.rs Move the methods of the Type trait to InputType and OutputType. 2021-11-12 07:23:05 +08:00
datetime.rs Add specified_by_url for Tz & DateTime<Tz> & Url & Uuid scalars 2021-11-02 20:35:05 +08:00
decimal.rs Add decimal scalar 2021-07-01 23:47:30 +02:00
duration.rs rustfmt 2021-11-04 14:42:30 +08:00
floats.rs Fix panic on f32-64::INFINITE/f32-64::NEG_INFINITE/f32-64::NAN output. #735 2021-12-02 20:19:17 +08:00
integers.rs Improve depth and complex. 2020-12-18 18:56:28 +08:00
mod.rs Implement ScalarType for time::Date. #822 2022-02-15 15:36:18 +08:00
naive_time.rs misc: add documentations for naive_time url and uuid 2021-09-20 13:54:30 +00:00
non_zero_integers.rs Make imports consistent 2020-10-15 07:38:10 +01:00
optional.rs Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>. 2021-11-18 15:43:12 +08:00
secrecy.rs Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>. 2021-11-18 15:43:12 +08:00
smol_str.rs Add support for SmolStr via a feature. 2021-11-30 09:44:33 +08:00
string.rs Implement InputType for Box<str> and Arc<str>. #792 2022-01-21 10:25:50 +08:00
time_date.rs Implement ScalarType for time::Date. #822 2022-02-15 15:36:18 +08:00
time_offset_date_time.rs Add scalars for the time crate's datetime types. 2022-01-19 13:39:38 -08:00
time_primitive_date_time.rs Add scalars for the time crate's datetime types. 2022-01-19 13:39:38 -08:00
url.rs Add specified_by_url for Tz & DateTime<Tz> & Url & Uuid scalars 2021-11-02 20:35:05 +08:00
uuid.rs Add specified_by_url for Tz & DateTime<Tz> & Url & Uuid scalars 2021-11-02 20:35:05 +08:00