Update README.md

This commit is contained in:
Jonathan Turner 2016-03-03 23:04:35 -05:00
parent a913050bec
commit 75f7d803ac

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.6sec debug/~3sec release for runner app) * Low compile-time overhead (~0.6 sec debug/~3 sec release for 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