You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Broke vortex-serde out to avoid confusion with the `serde` public crate.
There are now 3 crates:
1. `vortex-io`: Contains core IO traits like `VortexReadAt` and
`VortexWrite` as well as impls, with feature flags for `compio`,
`tokio`, `object_store`
2. `vortex-ipc` containing the IPC messages and
stream_readers/stream_writers
3. `vortex-file` which imports the other two crates and contains all of
the layout and file related types, with feature flags for `tokio`,
`compio`, etc.
`vortex` top-level crate re-exports these as `vortex::io`, `vortex::ipc`
and `vortex::file` respectively
0 commit comments