sdk-generator icon indicating copy to clipboard operation
sdk-generator copied to clipboard

Rust SDK

Open PineappleIOnic opened this issue 2 years ago • 4 comments

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.

PineappleIOnic avatar Apr 29 '22 10:04 PineappleIOnic

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

CEbbinghaus avatar May 23 '22 07:05 CEbbinghaus

Note: All Rust tests are passing in above commit, non-rust tests are failing.

PineappleIOnic avatar Jul 12 '22 09:07 PineappleIOnic

How is this going? Would love to see a Rust SDK for server-side ;)

ZanzyTHEbar avatar Nov 13 '23 14:11 ZanzyTHEbar

@PineappleIOnic any news on this? Can I help out in any way?

hugofpsilva avatar Jan 29 '24 20:01 hugofpsilva