| Crates.io | aws-smithy-types-convert |
| lib.rs | aws-smithy-types-convert |
| version | 0.60.9 |
| created_at | 2021-11-24 16:23:21.753466+00 |
| updated_at | 2025-03-10 15:46:47.326979+00 |
| description | Conversion of types from aws-smithy-types to other libraries. |
| homepage | |
| repository | https://github.com/smithy-lang/smithy-rs |
| max_upload_size | |
| id | 486900 |
| size | 26,734 |
This crate provides utilities for converting between the types defined in aws-smithy-types and types commonly used in other libraries.
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.