Update README.md

This commit is contained in:
Jonathan Turner 2016-03-04 08:08:34 -05:00
parent 75f7d803ac
commit 5545f9ee5a

View File

@ -6,7 +6,7 @@ Rhai's current feature set:
* Easy integration with Rust functions and data types * Easy integration with Rust functions and data types
* Fairly efficient (1 mil iterations in 0.75 sec on my 5 year old laptop) * Fairly efficient (1 mil iterations in 0.75 sec on my 5 year old laptop)
* Low compile-time overhead (~0.6 sec debug/~3 sec release for runner app) * Low compile-time overhead (~0.6 sec debug/~3 sec release for script runner app)
* Easy-to-use language based on JS+Rust * Easy-to-use language based on JS+Rust
* Support for overloaded functions * Support for overloaded functions
* No additional dependencies * No additional dependencies