Re: [Launchpad-dev] Rust client library for Launchpad

2024-01-02 Thread Guruprasad Lakshmi Narayanan
Hi Jelmer, Thank you for creating this project and letting us know about the issues that you encountered while working on it. > The github repository can be found at https://github.com/jelmer/launchpadlib-rs > > (I originally planned to publish it on Launchpad, but Launchpad doesn't allow that pr

[Launchpad-dev] Rust client library for Launchpad

2023-12-06 Thread Jelmer Vernooij
Hi, I've been working on a Rust client library for Launchpad, which is now available at https://crates.io/crates/launchpadlib The library parses the WADL and generates Rust code for the resources and methods based on that. It's a bit rough around the edges, but works well enough to be useful. It