1// SPDX-License-Identifier: Apache-2.0 OR MIT 2 3/// `std::error` 4pub(crate) mod error; 5/// `std::io` 6pub(crate) mod io;