cmod-core 0.3.7

Build a cross-language module with Rust FFI
Documentation

cmod-core

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 12 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

ffi_py

  • pyo3
  • pyo3-asyncio
  • pythonize
  • tokio

ffi_wasm

  • wasm-bindgen
  • serde-wasm-bindgen

tokio

  • dep:tokio

pyo3

  • dep:pyo3

wasm-bindgen

  • dep:wasm-bindgen

serde-wasm-bindgen

  • dep:serde-wasm-bindgen

ffi_lua

  • mlua

ffi_py_asyncio

  • ffi_py

pyo3-asyncio

  • dep:pyo3-asyncio

pythonize

  • dep:pythonize

mlua

  • dep:mlua