Just some basic updating and cleaning up.

- Added comments.
- Ran cargo fmt.
- Updated the versioning.
This commit is contained in:
2025-04-22 02:18:12 -04:00
parent cd50b53be5
commit f5780f50c2
7 changed files with 330 additions and 237 deletions

View File

@ -31,5 +31,5 @@ Then add this to your Cargo.toml file.
```toml
[dependencies]
rune = { version = "0.2.0", registry = "cybermages" }
rune = { version = "0.3.0", registry = "cybermages" }
```