Example of calling Lean from Rust via the FFI
 
 
 
Go to file
Leni Aniva e0e293efc9
Code cleanup
2024-03-06 14:37:56 -08:00
Callee Stub 2024-03-04 21:08:55 -08:00
src Code cleanup 2024-03-06 14:37:56 -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 Code cleanup 2024-03-06 14:37:56 -08:00
flake.lock Add bindgen hook; code cleanup 2024-03-06 13:07:54 -08:00
flake.nix Code cleanup 2024-03-06 14:37:56 -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: