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

@ -1,6 +1,6 @@
[package]
name = "rune"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "A lexical analysis library."
repository = "/myrddin/rune"