Can the client code be compiled so it could be used as java library?
Would a simple app to provide a possibility to store documents from your mobile directly to autonomi be useful?
Or maybe even store your photos directly to autonomi:
Can the client code be compiled so it could be used as java library?
Would a simple app to provide a possibility to store documents from your mobile directly to autonomi be useful?
Or maybe even store your photos directly to autonomi:
The ant cli can already be ran in a Termux terminal.
The rust libraries can’t be compiled into java without someone writing a wrapper (like they have with python).
However, you can run rust binaries with an ARM 64 target on most Android devices. You can also get them to run in the background (like… a proxy, for example… ).