Hi! I see two possible uses of this library on Android:
- By some JVM apps, through their own rust library (e.g. game engines)
- By cross-platform term apps, through Termux (e.g. jmacdonald/amp)
The latter probably can be done by simply running process 'termux-clipboard-get/set'. About the first case — there is an easy way in SDK to use the clipboard, however, it needs to be used through JNI. This crate is used by Servo among others, so I think it'll be fine to use.
Things to think about:
Hi! I see two possible uses of this library on Android:
The latter probably can be done by simply running process 'termux-clipboard-get/set'. About the first case — there is an easy way in SDK to use the clipboard, however, it needs to be used through JNI. This crate is used by Servo among others, so I think it'll be fine to use.
Things to think about: