40 releases (breaking)

0.60.0 Nov 18, 2023
0.58.0 Nov 15, 2023
0.55.3 May 23, 2023
0.55.0 Mar 23, 2023
0.30.0-alpha Nov 24, 2021

#19 in Date and time

Download history 21189/week @ 2023-08-08 22826/week @ 2023-08-15 15513/week @ 2023-08-22 15324/week @ 2023-08-29 12517/week @ 2023-09-05 14225/week @ 2023-09-12 14587/week @ 2023-09-19 13578/week @ 2023-09-26 12799/week @ 2023-10-03 13926/week @ 2023-10-10 12759/week @ 2023-10-17 13165/week @ 2023-10-24 13119/week @ 2023-10-31 12868/week @ 2023-11-07 12747/week @ 2023-11-14 7988/week @ 2023-11-21

49,579 downloads per month
Used in 33 crates (10 directly)

Apache-2.0

83KB
1.5K SLoC

aws-smithy-types-convert

This crate provides utilities for converting between the types defined in aws-smithy-types and types commonly used in other libraries.

Crate Features

By default, no features are enabled. Using the conversions requires enabling one or more features:

[dependencies]
aws-smithy-types-convert = { version = "VERSION", features = ["convert-chrono"] }

Currently, the following conversions are supported:

  • convert-chrono: Conversions between DateTime and chrono.
  • convert-time: Conversions between DateTime and time.

Note: Conversions to and from SystemTime are built into aws-smithy-types.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.

Dependencies

~0–750KB
~14K SLoC