[][src]Module jlrs::value

Convert data from Rust to Julia and back. Call Julia functions.

Structs

Value

Except modules and symbols, all Julia data is represented as a Value in jlrs.

Values

Several values that are allocated consecutively. This can be used in combination with Value::call_values and Value::call_values_output.

Type Definitions

CallResult

This type alias is used to encode the result of a function call: Ok indicates the call was successful and contains the function's result, while Err indicates an exception was thrown and contains said exception.