1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
34pub mod error;
5#[cfg(feature = "alloc")]
6pub(crate) mod server_name;
78pub use error::Error;
9#[cfg(feature = "alloc")]
10pub use server_name::ServerName;