smithy-rs/rust-runtime/aws-smithy-types
Nugine 42671ddc36
Upgrade `base64-simd` to 0.8 (#2384)
2023-02-16 15:53:19 +00:00
..
benches Bump Rust MSRV to 1.63.0 (#2222) 2023-02-10 12:59:31 -08:00
fuzz Fix `SPDX-License-Identifier` in header comments (#1377) 2022-05-09 09:50:46 -05:00
proptest-regressions/instant Relegate `chrono` to an optional feature in a new conversion crate (#849) 2021-11-11 16:01:30 -08:00
src Upgrade `base64-simd` to 0.8 (#2384) 2023-02-16 15:53:19 +00:00
test_data Fix bug in epoch second parsing and improve tests (#834) 2021-11-04 22:33:09 +00:00
Cargo.toml Upgrade `base64-simd` to 0.8 (#2384) 2023-02-16 15:53:19 +00:00
LICENSE Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
README.md Add a few READMEs + linter script (#899) 2021-11-30 14:37:42 -05:00
additional-ci Check external types for runtime and SDK crates in CI (#1625) 2022-08-10 18:33:43 -07:00
external-types.toml Check external types for runtime and SDK crates in CI (#1625) 2022-08-10 18:33:43 -07:00

README.md

Fundamental Types for Smithy Services

This crate implements fundmental types shared across all service clients generated by smithy-rs. Generally, you should not need to take a direct dependency on this crate as service clients should publicly re-export the types when used.

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.