| Crates.io | wasmind_actor_utils |
| lib.rs | wasmind_actor_utils |
| version | 0.1.0 |
| created_at | 2025-09-06 22:50:08.750766+00 |
| updated_at | 2025-09-06 22:50:08.750766+00 |
| description | Utilities and helpers for building Wasmind actors in Rust |
| homepage | https://github.com/SilasMarvin/wasmind |
| repository | https://github.com/SilasMarvin/wasmind |
| max_upload_size | |
| id | 1827675 |
| size | 20,066 |
Utilities and types for building Rust based Wasmind actors. This crate provides the building blocks that actor developers need: message types, tool abstractions, and development macros.
It is not required to use the traits, macros, etc... in this crate to build actors. This are simply utilites that simplify actor development.