move rhailib to herolib
This commit is contained in:
11
rhailib/examples/README.md
Normal file
11
rhailib/examples/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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_dispatcher`, `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.
|
Reference in New Issue
Block a user