Closed brew0722 closed 2 years ago
force pushed because it based on PR #153, and PR#153 is squash merged now. So I rebased for that.
There are many format! to make code strings. Use quote! instead of them. https://doc.rust-lang.org/proc_macro/macro.quote.html
I refactored that using the quote!
and proc_macro2
. please review again.
(thanks good suggestion! The reason I did not use it before was because I was don't know with how to use quote!
for repeatation.)
Description
Closes #153
#[callable_point]
that supports the easy function export and deserialize passed args internally.#[dynamic_link]
that supports the easy function import and serialize the passing args internally.please note:
And, Please The
dynamic_link
poc PR(#153) first. This PR is based on #153.153 must be merged first before this PR can be reviewed.
Types of changes
Checklist