Basics

In this chapter we're going to cover the basics of using jlrs by embedding Julia in a Rust application.

Topics that will be covered include setting up a project and configuring it to embed Julia, evaluating Julia code and calling Julia functions from Rust, converting data between Rust and Julia, and loading installed packages.