Skip to content

Commit

Permalink
chore: reorganize code into a workspace (#24)
Browse files Browse the repository at this point in the history
Moving all code into a workspace for `core` and `rust`. The goal is to allow for better interop for future languages by having a `core` implementation and language specific bindings.

Refactor some of the existing code so that macros and utility functions are created in the modules they are used. Updated for that leveraged the function `lit` to leverage traits.
  • Loading branch information
sjrusso8 authored Apr 27, 2024
1 parent 073e1fa commit 587e09a
Show file tree
Hide file tree
Showing 32 changed files with 501 additions and 454 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "spark"]
path = spark
[submodule "core/spark"]
path = core/spark
url = https://github.com/apache/spark
Loading

0 comments on commit 587e09a

Please sign in to comment.