An open API service indexing awesome lists of open source software.

https://github.com/digama0/lean-sys

Rust bindings for the Lean 4 proof assistant
https://github.com/digama0/lean-sys

Last synced: 2 months ago
JSON representation

Rust bindings for the Lean 4 proof assistant

Awesome Lists containing this project

README

        

# lean-sys
[![crates.io](https://img.shields.io/crates/v/lean-sys)](https://crates.io/crates/lean-sys)
[![docs.rs](https://img.shields.io/docsrs/lean-sys)](https://docs.rs/crate/lean-sys/latest)
[![lean version](https://img.shields.io/badge/lean-4.16.0-lightgray.svg)](#lean-version-requirements)

Rust bindings to [Lean 4](https://github.com/leanprover/lean4)'s C API

Functions and comments manually translated from those in the [`lean.h` header](https://github.com/leanprover/lean4/blob/master/src/include/lean/lean.h) provided with Lean 4