This change turns Lib into a broad re-export module by importing the exposed CpuArrow components directly, which makes the package surface easier to consume from a single entry module. At the same time, Main.main was replaced with undefined, suggesting the executable stub is being intentionally disabled while the library layout is being reorganized. The practical effect is a cleaner import story for downstream code, but the app target is not runnable in this commit.

Re-exported the project’s CpuArrow modules from Lib and temporarily removed the app entry point while reshaping the package interface. - zhengqunkoo/cpu-arrow