Example of calling Lean from Rust via the FFI
Go to file
Leni Aniva a7aa5ba22e
Fix linker error on linux
2024-03-06 14:09:31 -08:00
Callee Stub 2024-03-04 21:08:55 -08:00
src Fix linker error on linux 2024-03-06 14:09:31 -08:00
.gitignore Add bindgen hook; code cleanup 2024-03-06 13:07:54 -08:00
Cargo.lock Add bindgen hook; code cleanup 2024-03-06 13:07:54 -08:00
Cargo.toml Add bindgen hook; code cleanup 2024-03-06 13:07:54 -08:00
README.md Add full calling example 2024-03-05 15:57:48 -08:00
build.rs Fix linker error on linux 2024-03-06 14:09:31 -08:00
flake.lock Add bindgen hook; code cleanup 2024-03-06 13:07:54 -08:00
flake.nix Add bindgen hook; code cleanup 2024-03-06 13:07:54 -08:00
rust-toolchain.toml Use stable rust. Fix `build.rs` bugs 2024-03-05 16:39:33 -08:00
rustfmt.toml Use stable rust. Fix `build.rs` bugs 2024-03-05 16:39:33 -08:00

README.md

Rust Call Lean

A tiny example of calling Lean's FFI from Rust with Nix.

This is based on: