Expand description

Reexports structs and traits you’re likely to need.

Re-exports

pub use crate::ccall::CCall;
pub use crate::pyplot::AccessPlotsModule;
pub use crate::pyplot::PyPlot;
pub use crate::runtime::async_rt::async_std_rt::*;
pub use crate::runtime::async_rt::tokio_rt::*;
pub use crate::runtime::builder::RuntimeBuilder;
pub use crate::runtime::sync_rt::Julia;
pub use crate::runtime::async_rt::AsyncJulia;
pub use crate::runtime::builder::AsyncRuntimeBuilder;
pub use crate::async_util::task::yield_task;
pub use crate::async_util::task::AsyncTask;
pub use crate::async_util::task::PersistentTask;
pub use crate::call::CallAsync;
pub use crate::memory::frame::AsyncGcFrame;
pub use crate::call::Call;
pub use crate::call::ProvideKeywords;
pub use crate::convert::into_jlrs_result::IntoJlrsResult;
pub use crate::error::JlrsResult;
pub use crate::memory::frame::Frame;
pub use crate::memory::global::Global;
pub use crate::memory::scope::PartialScope;
pub use crate::memory::scope::Scope;
pub use crate::named_tuple;
pub use crate::wrappers::inline::bool::Bool;
pub use crate::wrappers::inline::char::Char;
pub use crate::wrappers::inline::nothing::Nothing;
pub use crate::wrappers::inline::tuple::*;
pub use crate::wrappers::ptr::array::ArrayRef;
pub use crate::wrappers::ptr::array::TypedArrayRef;
pub use crate::wrappers::ptr::array::Array;
pub use crate::wrappers::ptr::array::TypedArray;
pub use crate::wrappers::ptr::datatype::DataType;
pub use crate::wrappers::ptr::datatype::DataTypeRef;
pub use crate::wrappers::ptr::module::Module;
pub use crate::wrappers::ptr::module::ModuleRef;
pub use crate::wrappers::ptr::string::JuliaString;
pub use crate::wrappers::ptr::string::StringRef;
pub use crate::wrappers::ptr::symbol::Symbol;
pub use crate::wrappers::ptr::value::Value;
pub use crate::wrappers::ptr::value::ValueRef;
pub use crate::wrappers::ptr::Wrapper;

Attribute Macros

Derive Macros