Fix builds.

This commit is contained in:
Stephen Chung
2022-01-07 12:19:01 +08:00
parent a267ac5e54
commit 047e65223d
11 changed files with 1052 additions and 1011 deletions

View File

@@ -1,6 +1,8 @@
Source Structure
================
Root Sources
------------
| Source file | Description |
| -------------- | ------------------------------------------------------------------------------- |
@@ -13,6 +15,9 @@ Source Structure
| `tests.rs` | Unit tests (not integration tests, which are in the `rhai/tests` sub-directory) |
Sub-Directories
---------------
| Sub-directory | Description |
| ------------- | ----------------------------------------------------- |
| `types` | Common data types (e.g. `Dynamic`, errors) |