fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

wrap `Store` in `Rc` prior to cloning #138

Closed dicej closed 1 year ago

dicej commented 1 year ago

Per https://github.com/fermyon/spin/pull/1200, Store should not have implemented Clone in the first place, so we wrap it in an Rc to avoid cloning it.

This also addresses some overdue Clippy fixes and adds Clippy and Rustfmt checks to CI.