This repository contains Rust crates that help writing Golem programs.
The golem-rust crate contains Rust wrappers for Golem's runtime API, including
the transaction API.
The golem-rust-macro crate contains Rust macros for working with generated bindings and implementing a code-first
approach for component interfaces.