pushed
zhengqunkoo/cpu-arrow • 4:03 PM - Jul 22, 2019
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.