Crates.io | metamath-rs |
lib.rs | metamath-rs |
version | 0.3.8 |
source | src |
created_at | 2024-04-15 09:23:14.984824 |
updated_at | 2024-04-15 09:23:14.984824 |
description | A library manipulating Metamath databases, including a parallel and incremental verifier for Metamath databases |
homepage | |
repository | https://github.com/metamath/metamath-knife |
max_upload_size | |
id | 1209042 |
size | 581,395 |
Metamath is a language for expressing formal proofs in mathematics. Metamath makes few assumptions on the underlying logic and is simple enough to support a wide variety of tools. See http://us.metamath.org/#faq.
Metamath-rs can rapidly verify these proofs, providing much stronger confidence that the proof is correct. And we do mean rapid: over 28,000 proofs can be proved in less than a second.
Metamath-rs is the library component of the metamath-knife project, which also contains a standalone command-line application.
This is licensed under either of
The SPDX license expression for its license is "(MIT OR Apache-2.0)".
Note that this is exactly the same license as smetamath-rs (SMM3), That is intentional, because we want smetamath-rs (SMM3) to be able to re-incorporate whatever we do if they like.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.