Refactoring a bit of the string/char parser code. Fmt'd

This commit is contained in:
jonathandturner
2016-04-16 19:32:18 -07:00
parent 02e67963e7
commit 7a46c7d9bc
4 changed files with 1357 additions and 861 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai"
version = "0.3.0"
version = "0.3.1"
authors = ["Jonathan Turner"]
description = "Embedded scripting for Rust"
homepage = "https://github.com/jonathandturner/rhai"