Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trivial-rs/kernel
A Metamath Zero kernel for Trivial
https://github.com/trivial-rs/kernel
formal-verification metamath rust
Last synced: about 2 months ago
JSON representation
A Metamath Zero kernel for Trivial
- Host: GitHub
- URL: https://github.com/trivial-rs/kernel
- Owner: trivial-rs
- License: other
- Created: 2021-03-04T09:25:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T08:51:50.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T21:35:11.795Z (8 months ago)
- Topics: formal-verification, metamath, rust
- Language: Rust
- Homepage:
- Size: 165 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-rust-formalized-reasoning - The Trivial Metamath Zero kernel - kernel):zzz: - Metamath Zero kernel for Trivial. (Projects / Libraries)
README
# The Trivial Metamath Zero kernel
[![Crates.io](https://img.shields.io/crates/v/trivial-kernel.svg)](https://crates.io/crates/trivial-kernel)
[![Documentation](https://docs.rs/trivial-kernel/badge.svg)](https://docs.rs/trivial-kernel)
![License](https://img.shields.io/crates/l/trivial-kernel.svg)This implementation of the Metamath Zero kernel is designed for use in the experimental Trivial project.
It verifies proofs written in the Metamath Zero binary format and allows introspection of the verifier state/context with basic debugging functionality.## License
The Trivial Metamath Zero kernel is distributed under the terms of either the MIT license (see [LICENSE-MIT](LICENSE-MIT)) or the Apache License, Version 2.0 (see [LICENSE-APACHE](LICENSE-APACHE)).