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
//! Implement tasks for the async runtime, and deal with the GC.

pub mod future;
pub mod task;