// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//! This module contains abstractions around the platform on which the
//! stack is running
extern crate alloc;
// TODO remove this module: https://github.com/aws/s2n-quic/issues/1738