vortex-io 0.69.0

Core async and blocking IO traits and implementations, used by IPC and file format
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors

mod filesystem;
mod read_at;
mod write;

pub use filesystem::*;
pub use read_at::*;
pub use write::*;