Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/troykomodo/typesense-rs
- Owner: TroyKomodo
- License: apache-2.0
- Created: 2024-10-18T18:24:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T19:23:18.000Z (2 months ago)
- Last Synced: 2024-10-18T21:42:28.404Z (2 months ago)
- Language: Rust
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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