#community-help

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.

Powered by Struct AI
4
24mo
Solved
Join the chat
Sep 14, 2021 (24 months ago)
martian
Photo of md5-6bbd017cd3178a43bb2db5b160fd08ff
martian
03:29 PM
hi everyone, what would be the best way to use typesense from Rust
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
03:37 PM
A couple of members from the community have started working on the Rust client here: https://github.com/typesense/typesense-rust

Certainly could use more help.
martian
Photo of md5-6bbd017cd3178a43bb2db5b160fd08ff
martian
04:04 PM
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.
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
04:05 PM
Yes, the openapi spec can be used to generate a rust client.