ENGINEERING

Announcing the Release of our Rust SDK

Our official Rust SDK is here and available on crates.io
By Silas Marvin
06/04/2024

Announcing the Release of our Rust SDK

Author

Silas Marvin

June 4, 2024

We are excited to announce the official release of our Rust SDK for PostgresML, now available on crates.io.

content_copy
cargo add pgml

For those who have been with us for a while, you may already know that our Rust SDK has been a core component of our development. Our JavaScript, Python, and C SDKs are actually thin wrappers around our Rust SDK. We previously detailed this process in our blog post How We Generate JavaScript and Python SDKs From Our Canonical Rust SDK.

Although our Rust SDK has been available on GitHub for some time, this marks its official debut on crates.io. Alongside this release, we've also introduced rust_bridge, the crate we utilize to generate our JavaScript, Python, and now C SDKs from our Rust base.

Thank you for your continued support as we innovate in building multi-language SDKs with feature parity.