sdk-generator
sdk-generator copied to clipboard
Rust SDK
This PR has Template files and Tests for an Appwrite Rust SDK, I have also written the foobar tests and ran them myself to confirm that this SDK works correctly, This SDK Conforms as closely as it can with the Rust Language's Standards so it shouldn't compile with any warnings apart from unused imports which can't be avoided due to how the templates work.
Currently, the API is blocking I/O but I plan to add async support in the future behind a feature in the crate which I'm quite excited to do considering I'm not very good with async rust.
This PR also has full compatibility with Appwrite's response models making it as easy as possible for users to use the SDK. A Playground has already been written and tested and a PR is being prepared.
Love to see it. I was thinking of creating a Rust SDK however I have no experience with it and it's a lot of work. Thank you for all that you have done
Note: All Rust tests are passing in above commit, non-rust tests are failing.
How is this going? Would love to see a Rust SDK for server-side ;)
@PineappleIOnic any news on this? Can I help out in any way?