You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Use ArkLib in unit tests (#101)
* Build Rust lib not only for android
* Run tests on Linux
* Disable instrumentation tests
* RootTagStorageTest, LinkTest
* PDFGenTest
* Update Readme
* Bump ark-filepicker version
---------
Co-authored-by: Kirill Taran <kirill@taran.space>
Fix index, aggragete storage/processor (#81)
* fix init in AggregateProcessor
* union resources and paths, remove suspend in Index
* fix AggregateStorage and AggregateProcessor
* minor fix