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
Docs oriented cleanup and some minor refactoring (#2432)
The "major" pieces are are:
1. Pull the README as the main docs for the `vortex` crate.
2. Remove some things from the top level namespace of `vortex-array`,
which is still too busy IMO, made a few others private.
3. Remove some unused code, and consolidating module with a bunch of
small files and nicely sized files.
You can see the current state/changes by running:
```bash
cargo doc --no-deps --open -p vortex
```
0 commit comments