Module jlrs::convert

source ·
Expand description

Traits for converting data.

Modules

  • Mappings between Rust and Julia types for codegen purposes.
  • Convert data to another type with the same layout.
  • Convert a JuliaResult to a JlrsResult.
  • Convert simple data from Rust to Julia.
  • Convert data to a Result.
  • Borrow data from Julia arrays as ndarray’s ArrayView and ArrayViewMut.
  • Convert strings to symbols.
  • Unbox the contents of a Julia value.