An open API service indexing awesome lists of open source software.

https://github.com/golemcloud/golem-rust


https://github.com/golemcloud/golem-rust

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# golem-rust

This repository contains Rust crates that help writing [Golem](https://golem.cloud) programs.

## golem-rust

The `golem-rust` crate contains Rust wrappers for Golem's runtime API, including
the [transaction API](https://learn.golem.cloud/docs/transaction-api).

## golem-rust-macro

The `golem-rust-macro` crate contains Rust macros for working with generated bindings and implementing a code-first
approach for component interfaces.