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