Igniters,
I've been learning the Rust language lately and though that creating a thin client in Rust would be a great exercise. I went ahead and create a prototype which currently supports only put and get operations with primitives and strings: https://github.com/vkulichenko/ignite-rust-client Feedback and participation are welcome! Do we have any Rust enthusiasts in our community? -Val |
Hi Val,
This is great! I'm a Rust enthusiast too, the language is awesome. Is it time to rewrite Ignite in Rust? :) In all seriousness, do you have plans to continue working on this thin client and make it production-ready? On Wed, Jul 1, 2020 at 8:01 AM Valentin Kulichenko < [hidden email]> wrote: > Igniters, > > I've been learning the Rust language lately and though that creating a thin > client in Rust would be a great exercise. > > I went ahead and create a prototype which currently supports only put and > get operations with primitives and strings: > https://github.com/vkulichenko/ignite-rust-client > > Feedback and participation are welcome! > > Do we have any Rust enthusiasts in our community? > > -Val > |
Pavel,
Yes, I definitely plan to continue working on this going forward. No deadlines though :) -Val On Wed, Jul 1, 2020 at 1:09 AM Pavel Tupitsyn <[hidden email]> wrote: > Hi Val, > > This is great! > I'm a Rust enthusiast too, the language is awesome. > Is it time to rewrite Ignite in Rust? :) > > In all seriousness, do you have plans to continue working > on this thin client and make it production-ready? > > On Wed, Jul 1, 2020 at 8:01 AM Valentin Kulichenko < > [hidden email]> wrote: > > > Igniters, > > > > I've been learning the Rust language lately and though that creating a > thin > > client in Rust would be a great exercise. > > > > I went ahead and create a prototype which currently supports only put and > > get operations with primitives and strings: > > https://github.com/vkulichenko/ignite-rust-client > > > > Feedback and participation are welcome! > > > > Do we have any Rust enthusiasts in our community? > > > > -Val > > > |
Hi, Val,
I've been working on my implementation for some time, but didn't commit to it lately so it's pretty much abandoned. Maybe we should join our forces here :) Best Regards, Igor On Thu, Jul 2, 2020 at 1:00 AM Valentin Kulichenko < [hidden email]> wrote: > Pavel, > > Yes, I definitely plan to continue working on this going forward. No > deadlines though :) > > -Val > > On Wed, Jul 1, 2020 at 1:09 AM Pavel Tupitsyn <[hidden email]> > wrote: > > > Hi Val, > > > > This is great! > > I'm a Rust enthusiast too, the language is awesome. > > Is it time to rewrite Ignite in Rust? :) > > > > In all seriousness, do you have plans to continue working > > on this thin client and make it production-ready? > > > > On Wed, Jul 1, 2020 at 8:01 AM Valentin Kulichenko < > > [hidden email]> wrote: > > > > > Igniters, > > > > > > I've been learning the Rust language lately and though that creating a > > thin > > > client in Rust would be a great exercise. > > > > > > I went ahead and create a prototype which currently supports only put > and > > > get operations with primitives and strings: > > > https://github.com/vkulichenko/ignite-rust-client > > > > > > Feedback and participation are welcome! > > > > > > Do we have any Rust enthusiasts in our community? > > > > > > -Val > > > > > > |
Free forum by Nabble | Edit this page |