wrap-cli
wrap-cli copied to clipboard
I want use wrappers in Rust
Motivation
I want to be able to build Polywrap enabled apps in Rust. This requires the creation of a Polywrap Client in Rust.
Prior Work
We already have 1 client in TypeScript that's in production: https://github.com/polywrap/monorepo/tree/origin/packages/js/client
And 1 client in Python that's under development: https://github.com/polywrap/monorepo/pull/1093
Additionally we've done some initial work on porting parts of the client to Rust here, but it is VERY outdated so we should probably start fresh: https://github.com/polywrap/monorepo/tree/feat/rust-package/packages/rs
Sub-Tasks
- [ ] #1106
- [x] #1107
- [ ] #1108
- [ ] #1109
- [ ] #1110