47 releases (28 breaking)

0.61.0 Dec 8, 2023
0.60.8 Mar 12, 2024
0.60.6 Feb 22, 2024
0.60.1 Dec 13, 2023
0.30.0-alpha Nov 24, 2021

#98 in Rust patterns

Download history 27400/week @ 2024-07-25 25365/week @ 2024-08-01 23991/week @ 2024-08-08 26320/week @ 2024-08-15 26078/week @ 2024-08-22 26212/week @ 2024-08-29 19451/week @ 2024-09-05 20868/week @ 2024-09-12 17090/week @ 2024-09-19 20434/week @ 2024-09-26 19005/week @ 2024-10-03 21991/week @ 2024-10-10 24406/week @ 2024-10-17 25211/week @ 2024-10-24 23003/week @ 2024-10-31 20139/week @ 2024-11-07

97,511 downloads per month
Used in 25 crates (13 directly)

Apache-2.0

115KB
2.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.

Dependencies

~0–6MB
~30K SLoC