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