Re: Ignite thin client in Rust

2020-08-24 Thread Igor Sapego
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 < valentin.kuliche...@gmail.com> wrote: > Pavel, > > Yes, I

Re: Ignite thin client in Rust

2020-07-01 Thread Valentin Kulichenko
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 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 ser

Re: Ignite thin client in Rust

2020-07-01 Thread Pavel Tupitsyn
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 < valentin.kuliche...

Ignite thin client in Rust

2020-06-30 Thread Valentin Kulichenko
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