maxt-bindings-common 0.1.0

Language-neutral adapter bridge for maxt language bindings.
Documentation

maxt binding contracts

한국어

maxt-bindings-common contains the language-neutral request, response, error, and stream contracts used by maxt language bindings. It also provides the ForeignAdapter bridge for adapters implemented outside Rust.

This crate is for binding implementations. Applications should install the Rust, Python, Dart / Flutter, or TypeScript package instead.

Verify the Rust contract

Run the contract tests after changing request dispatch, replies, or stream cancellation:

cargo test -p maxt-bindings-common --locked

See the common API reference and contribution guide for the public contract and the required checks.

The generated binding contract lists Adapter and provider-specific method names for every language. Regenerate it with the binding code generator.