Merge pull request #21 from jhwgh1968/plugins_no_std

Fix Plugins API for no_std
This commit is contained in:
Stephen Chung 2020-07-30 09:26:01 +08:00 committed by GitHub
commit 99d56b8f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
//! Module defining plugins in Rhai. Is exported for use by plugin authors.
use crate::stdlib::boxed::Box;
pub use crate::any::{Dynamic, Variant};
pub use crate::fn_native::{CallableFunction, FnCallArgs, IteratorFn};
pub use crate::parser::{