Using Typesense from Rust

TLDR martian sought advice on using Typesense from Rust. Kishore Nallan directed to a community-led Rust client and confirmed that a Rust client could be generated using the openapi spec.

Photo of martian
martian
Tue, 14 Sep 2021 15:29:57 UTC

hi everyone, what would be the best way to use typesense from Rust

Photo of Kishore Nallan
Kishore Nallan
Tue, 14 Sep 2021 15:37:25 UTC

A couple of members from the community have started working on the Rust client here: Certainly could use more help.

Photo of martian
martian
Tue, 14 Sep 2021 16:04:48 UTC

okay. I'll check if its in a usable state. I see that there is also an openapi spec. I'll see if rust bindings can be generated from that.

Photo of Kishore Nallan
Kishore Nallan
Tue, 14 Sep 2021 16:05:23 UTC

Yes, the openapi spec can be used to generate a rust client.