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
- Host: GitHub
- URL: https://github.com/rnbguy/apalarse
- Owner: rnbguy
- License: apache-2.0
- Created: 2023-09-12T11:33:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T00:52:16.000Z (about 1 year ago)
- Last Synced: 2025-04-02T04:56:26.992Z (about 1 year ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 `