jl-sys 0.23.1

jl-sys contains the generated bindings for the Julia C API used by jlrs.
Documentation

jl-sys

This crate contains the raw bindings to the Julia C API generated by bindgen. You can find the requirements for using bindgen in their User Guide. New bindings can be generated by executing generate_bindings.sh, which is only necessary when a new version of Julia is released or when additional data or functions are added to the allowlist in build.rs.