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

https://github.com/rnbguy/apalarse

Typed formal specifications in Rust
https://github.com/rnbguy/apalarse

Last synced: about 1 year ago
JSON representation

Typed formal specifications in Rust

Awesome Lists containing this project

README

          

# apalarse

Typed formal specifications in Rust

## Requirement

- Apalache installed in system path. (Check using `apalache-mc version`.)

## Examples

- [collatz](apalarse/examples/collatz.rs)
- [derive](apalarse/examples/derive.rs)
- [sample](apalarse/examples/sample.rs)

Executes them with `cargo run --example `