# Wasmind Actor Utilities
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.
[](https://docs.rs/wasmind_actor_utils)
It is not required to use the traits, macros, etc... in this crate to build actors. This are simply utilites that simplify actor development.
## Links
- **📚 [Actor Development Guide](https://silasmarvin.github.io/wasmind/developer-guide/building-actors.html)** - Complete tutorial for building actors
- **🎠[Example Actors](../../actors/)** - Reference implementations using these utilities
- **📖 [API Documentation](https://docs.rs/Wasmind_actor_utils)** - Complete API reference