jlrs-sys

Crates.iojlrs-sys
lib.rsjlrs-sys
version0.1.0
created_at2025-10-09 17:51:46.311246+00
updated_at2025-10-09 17:51:46.311246+00
descriptionLow-level extensions to the Julia C API
homepagehttps://github.com/Taaitaaiger/jlrs
repositoryhttps://github.com/Taaitaaiger/jlrs
max_upload_size
id1875983
size59,150
Thomas van Doornmalen (Taaitaaiger)

documentation

https://docs.rs/jlrs

README

jlrs-sys

Low-level extensions for Julia

This crate provides low-level extensions to libjulia which aren't available out of the box in Rust.

Examples include:

  • Try/catch blocks
  • GC frames
  • Fast TLS
  • Specific struct field accessors
  • Wrappers for functional macros and static inline functions
Commit count: 688

cargo fmt