12 lines
819 B
Markdown
12 lines
819 B
Markdown
# Rhailib Examples
|
|
|
|
This directory contains end-to-end examples demonstrating the usage of the `rhailib` project. These examples showcase how multiple crates from the workspace (such as `rhai_client`, `rhailib_engine`, and `rhailib_worker`) interact to build complete applications.
|
|
|
|
Each example is self-contained in its own directory and includes a dedicated `README.md` with detailed explanations.
|
|
|
|
## Available Examples
|
|
|
|
- **[Access Control](./access_control/README.md)**: Demonstrates a practical access control scenario where a user, Alice, manages her own data, grants specific access to another user, Bob, and denies access to an unauthorized user, Charlie. This example highlights the built-in ownership and write protection provided by the Rhai worker.
|
|
|
|
As more examples are added, they will be listed here.
|