Rust JNI FileStorage bindings sample#109
Rust JNI FileStorage bindings sample#109oluiscabral wants to merge 5 commits intoARK-Builders:mainfrom
Conversation
There was a problem hiding this comment.
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.
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.
We should have this file in ark-core/java until we utilize UniFFI.
There was a problem hiding this comment.
We should have this file in ark-core/java until we utilize UniFFI.
|
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.txtlocated within the same root directory