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
49,579 downloads per month
Used in 33 crates
(10 directly)
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 betweenDateTime
and chrono.convert-time
: Conversions betweenDateTime
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