rhai_codegen 3.2.0

Procedural macros support package for Rhai, a scripting language and engine for Rust
Documentation
1
2
3
4
5
error: Rhai functions cannot return pointers
  --> ui_tests/return_pointer.rs:13:33
   |
13 | pub fn test_fn(input: Clonable) -> *const str {
   |                                 ^