Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Copy Rust files from ObjectStore.jl
  • Loading branch information
nickrobinson251 committed Jan 8, 2024
0 parents commit c03a55e
Show file tree
Hide file tree
Showing 6 changed files with 2,446 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[target.aarch64-apple-darwin]
rustflags = [
"-Clink-arg=-undefined","-Clink-arg=dynamic_lookup"
]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit c03a55e

Please sign in to comment.