xref: /libCEED/doc/sphinx/source/ffi.md (revision bcb2dfae4c301ddfdddf58806f08f6e7d17f4ea5)
1# Julia, Python, and Rust Interfaces
2
3libCEED provides high-level interfaces using the Julia, Python, and Rust
4programming languages.
5
6More information about the Julia interface can be found at the [LibCEED.jl
7documentation](http://ceed.exascaleproject.org/libCEED-julia-docs/dev/).
8
9Usage of the Python interface is illustrated through a sequence of [Jupyter
10Notebook tutorials](https://github.com/CEED/libCEED/tree/main/examples/python). More
11information on the Python interface is available in the [SciPy paper](https://doi.org/10.25080/Majora-342d178e-00c).
12
13More information about the Rust interface can be found at the [Rust interface
14documentation](https://docs.rs/libceed).
15