1 unstable release
Uses new Rust 2024
0.0.6-rc.1 | Apr 26, 2025 |
---|
#180 in Robotics
126 downloads per month
75KB
1.5K
SLoC
Beet Connect
Various client library wrappers for external apis.
OpenAI
OpenAI provides bindings for the Open API spec, they can be generated for rust with the following:
# Download the 1MB yaml file
curl -o openapi.yaml https://raw.githubusercontent.com/openai/openai-openapi/refs/heads/master/openapi.yaml
# install the openapi generator
npm install @openapitools/openapi-generator-cli -g
# generate the bindings
openapi-generator-cli generate \
--skip-validate-spec \
-i openapi.yaml \
-g rust \
-o rust_bindings \
Dependencies
~6–18MB
~238K SLoC