This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
rhai
Watch
1
Star
0
Fork
0
You've already forked rhai
Code
Issues
1
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
7d58324ad4
rhai
/
codegen
History
Stephen Chung
746a0b186f
Fix typo.
2020-12-23 15:15:47 +08:00
..
src
Fix typo.
2020-12-23 15:15:47 +08:00
tests
Engine::register_global_module and Engine::register_static_module must be passed shared Module.
2020-12-23 10:08:43 +08:00
ui_tests
Fine tune codegen for global exports.
2020-11-17 14:29:28 +08:00
Cargo.toml
Add global/internal parameters to rhai_fn.
2020-11-17 12:09:56 +08:00
README.md
Update version.
2020-10-16 17:48:50 +08:00
README.md
Procedural Macros for Plugins
This crate holds procedural macros for code generation, supporting the plugins system for
Rhai
.