rust-mobile / android-activity

Glue for building Rust applications on Android with NativeActivity or GameActivity
238 stars 46 forks source link

Document cheap clonability of AndroidApp via Arc #125

Closed A248 closed 11 months ago

A248 commented 11 months ago

It is worth mentioning that AndroidApp can be cloned cheaply. If this behavior is documented, then callers can rely upon it as a contract. https://github.com/rust-mobile/android-activity/blob/219a14bda1745ff3a9983cf099d7822392cbb97c/android-activity/src/lib.rs#L451

rib commented 11 months ago

Right, it's intended to be something that can be relied on, so we should document that.