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
7
//! Construct Julia types, check their properties, and create types that contain Rust data.

pub mod abstract_type;
pub mod construct_type;
pub mod foreign_type;
pub mod primitive_type;
pub mod typecheck;