Skip to content

seceq/coq-rust-extraction

 
 

Repository files navigation

Coq Rust Extraction

Build GitHub Documentation

A framework for extracting Coq programs to Rust.

Meta

Building and installation instructions

The easiest way to install the latest released version is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-rust-extraction

To instead build and install manually, do:

opam repo add coq-released https://coq.inria.fr/opam/released
git clone https://github.com/AU-COBRA/coq-rust-extraction.git
cd coq-rust-extraction
opam install . --deps-only
make #or make -j <number-of-cores-on-your-machine>
make install

Documentation

For documentation see examples and generated CoqDoc.

Additional examples can be found in ConCert.

About

Coq plugin for extracting Rust code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rocq Prover 74.7%
  • CSS 6.7%
  • JavaScript 6.1%
  • Makefile 4.0%
  • OCaml 3.6%
  • HTML 2.0%
  • Other 2.9%