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

#112 in Rust patterns

Download history 11003/week @ 2023-12-04 10022/week @ 2023-12-11 12302/week @ 2023-12-18 6136/week @ 2023-12-25 10836/week @ 2024-01-01 15502/week @ 2024-01-08 22454/week @ 2024-01-15 21429/week @ 2024-01-22 20175/week @ 2024-01-29 16579/week @ 2024-02-05 15822/week @ 2024-02-12 17636/week @ 2024-02-19 22163/week @ 2024-02-26 21843/week @ 2024-03-04 22078/week @ 2024-03-11 24763/week @ 2024-03-18

91,243 downloads per month
Used in 18 crates (8 directly)

Apache-2.0

110KB
2K 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–1.7MB
~30K SLoC