Crate aws_smithy_types[][src]

Expand description

Protocol-agnostic types for smithy-rs.

Re-exports

pub use crate::instant::Instant;
pub use error::Error;

Modules

A correct, small, but not especially fast base64 implementation

Generic errors for Smithy codegen

Instant value for representing Smithy timestamps.

Utilities for formatting and parsing primitives

This module defines types that describe when to retry given a response.

Structs

Binary Blob Type

Enums

Document Type

A number type that implements Javascript / JSON semantics, modeled on serde_json: https://docs.serde.rs/src/serde_json/number.rs.html#20-22