Module jlrs::ccall

source ·
Expand description

Interact with Julia when calling Rust from Julia.

This module is only available if the ccall feature is enabled.

Structs

  • Interact with Julia from a Rust function called through ccall.
  • A handle to a function call that has been dispatched to a thread pool.

Traits

  • Trait implemented by closures that can be dispatched to a thread pool.