Added no_std support
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::any::{Any, Dynamic};
|
||||
use crate::engine::{Engine, FnCallArgs};
|
||||
use crate::parser::Position;
|
||||
use crate::result::EvalAltResult;
|
||||
use std::any::TypeId;
|
||||
use crate::stdlib::{any::TypeId, boxed::Box, string::ToString, vec};
|
||||
|
||||
/// A trait to register custom functions with the `Engine`.
|
||||
///
|
||||
|
Reference in New Issue
Block a user