unitycatalog / unitycatalog-rs

Open, Multi-modal Catalog for Data & AI, written in Rust
https://unitycatalog.io/
Apache License 2.0
72 stars 11 forks source link

Add client stubs generateed on the current openapi spec #1

Closed rtyler closed 3 months ago

rtyler commented 3 months ago

The client crates are intending to follow the pattern used by other system bindings in Rust where the -sys crate is typically generated bindings, and the other crate acts as the more idiomatic user facing API