Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ararslan/julia-rs
Call Julia from Rust
https://github.com/ararslan/julia-rs
ffi julia rust wrapper
Last synced: 3 months ago
JSON representation
Call Julia from Rust
- Host: GitHub
- URL: https://github.com/ararslan/julia-rs
- Owner: ararslan
- License: mit
- Archived: true
- Created: 2016-07-23T23:23:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T06:27:50.000Z (almost 8 years ago)
- Last Synced: 2024-05-01T21:11:44.005Z (6 months ago)
- Topics: ffi, julia, rust, wrapper
- Language: Rust
- Size: 8.79 KB
- Stars: 16
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-julia - Call Julia from Rust
README
# julia-rs
[![Project Status: Concept - Minimal or no implementation has been done yet.](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)
A Rust library for calling Julia.
Julia needs to be installed with libjulia available in /usr/local/lib or similar.This doesn't do much of anything yet but stay tuned.