metacall 0.5.9

Call NodeJS, TypeScript, Python, C#, Ruby... functions from Rust (a Rust Port for MetaCall).
mod metacall_class;
mod metacall_error;
mod metacall_exception;
mod metacall_function;
mod metacall_future;
mod metacall_null;
mod metacall_object;
mod metacall_pointer;
mod metacall_value;

pub use metacall_class::*;
pub use metacall_error::*;
pub use metacall_exception::*;
pub use metacall_function::*;
pub use metacall_future::*;
pub use metacall_null::*;
pub use metacall_object::*;
pub use metacall_pointer::*;
pub use metacall_value::*;