jlrs 0.23.0

jlrs provides bindings to the Julia C API that enable Julia code to be called from Rust and more.
Documentation
1
2
3
4
5
6
#[cfg(all(feature = "async-rt",))]
#[allow(dead_code)]
pub static ASYNC_TESTS_JL: &'static str = include_str!("AsyncTests.jl");

#[cfg(all(feature = "async-rt",))]
pub mod async_tasks;