mmb-parser

Crates.iommb-parser
lib.rsmmb-parser
version0.7.0
sourcesrc
created_at2021-03-04 11:07:11.829245
updated_at2021-04-06 16:10:36.004035
descriptionA parser for the Metamath Zero binary proof format
homepage
repositoryhttps://github.com/trivial-rs/mmb-parser
max_upload_size
id363666
size37,612
Ivo Wingelaar (IvoWingelaar)

documentation

README

mmb-parser

Crates.io Documentation License

A library for parsing binary Metamath Zero proof files.

The proof files for Metamath Zero are designed to be consumed by the verifier in situ, such that parsing the file into complicated data structures is not necessary. This library exposes the internals of the file format for inspecting and debugging purposes.

License

This library is distributed under the terms of either the MIT license (see LICENSE-MIT) or the Apache License, Version 2.0 (see LICENSE-APACHE).

Commit count: 26

cargo fmt