-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust JNI FileStorage bindings sample #109
Rust JNI FileStorage bindings sample #109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Binaries like *.so
files should not be committed. Once merge into main
, they will cause slower repo cloning, even if we delete them from main
later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. Let's resolve ARK-Builders/ark-core#92 first, so we can generate both the binaries and the compiled library as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have this file in ark-core/java
until we utilize UniFFI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. It's related to #109 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have this file in ark-core/java
until we utilize UniFFI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100%. Related to #109 (comment)
Currently, this pull request is awaiting resolution of ARK-Builders/ark-core#92, so the fs-storage binaries and library can be properly imported. |
c245d44
to
c257b9c
Compare
Closing this Pull Request as I created the branch directly on the repository instead of forking it. Please see the new Pull Request here: #110 |
This pull request introduces an interactive sample application demonstrating the use of the Rust bindings for the
FileStorage
, from thefs-storage
.The application features two dialogs:
All calculated scores for the selected root directory are then saved to a file named
storage.txt
located within the same root directory