From 1afc00b9c0ce2d3a5b8a57cfca104572f11caf81 Mon Sep 17 00:00:00 2001 From: Stefan de Lange <37669773+langestefan@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:14:10 +0200 Subject: [PATCH] Export components from StructArrays.jl Should fix #333 --- src/StructArrays.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StructArrays.jl b/src/StructArrays.jl index 8046dc2..bef1167 100644 --- a/src/StructArrays.jl +++ b/src/StructArrays.jl @@ -6,6 +6,7 @@ using ConstructionBase: constructorof export StructArray, StructVector, LazyRow, LazyRows export collect_structarray export replace_storage +export components include("interface.jl") include("structarray.jl")