Rahix / shared-bus

Crate for sharing buses between multiple devices
Apache License 2.0
129 stars 34 forks source link

Make proxies `Clone`-able #20

Closed Rahix closed 3 years ago

Rahix commented 3 years ago

There is nothing preventing us from creating a new proxy from an existing one because fundamentally they just wrap a shared reference.

This might be useful for drivers that need to split bus access again internally and want to directly consume a BusProxy for that purpose.