Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 375 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 375 Bytes

CallJ.jl

Building a shared object of Julia package using PackageCompiler and call it from C

Usage

$ make

Call Julia from Rust (Optional)

  • (tested on my mac)
$ make rustrun
./rustrun
Hello World!

References