https://github.com/golemcloud/golem-rust
https://github.com/golemcloud/golem-rust
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/golemcloud/golem-rust
- Owner: golemcloud
- License: apache-2.0
- Created: 2023-10-05T19:08:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-21T17:23:30.000Z (11 months ago)
- Last Synced: 2025-07-21T18:53:39.095Z (11 months ago)
- Language: Rust
- Size: 926 KB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.