jlrs 0.12.0

jlrs provides bindings to the Julia C API that enables Julia code to be called from Rust and more.
Documentation

jlrs

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 2 of them enabled by default.

default

  • jlrs-derive

jlrs-derive

    This feature flag does not enable additional features.

docs-rs

  • jl-sys/docs-rs
  • jlrs-derive
  • async
  • jlrs-ndarray
  • f16
  • uv

async

  • futures
  • crossbeam-channel
  • async-trait
  • async-std

f16

  • half

jlrs-ndarray

  • ndarray

use-bindgen

  • jl-sys/use-bindgen

uv

  • jl-sys/uv

ndarray

    This feature flag does not enable additional features.

half

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

crossbeam-channel

    This feature flag does not enable additional features.

async-std

    This feature flag does not enable additional features.

async-trait

    This feature flag does not enable additional features.