Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/troykomodo/typesense-rs

Typesense Rust Bindings
https://github.com/troykomodo/typesense-rs

Last synced: about 1 month ago
JSON representation

Typesense Rust Bindings

Awesome Lists containing this project

README

        

# Typesense Rust Library

![Crates.io Version](https://img.shields.io/crates/v/typesense-rs)
![docs.rs](https://img.shields.io/docsrs/typesense-rs)

You can generate the bindings using the generate script

```bash
./generate.sh
```

Currently we are using a custom patch of the openapi-generator which adds support for `reqwest-trait` and we are then ontop of that using my own patch to allow for single arguments and `bon` builders.

The docker image is published to `ghcr.io/troykomodo/openapi-generator:rust-gen`

The following PRs:

- https://github.com/ranger-ross/openapi-generator/pull/1
- https://github.com/OpenAPITools/openapi-generator/pull/19788