fef 0.2.0

Rust implementation of a parser of the FEF format
Documentation
[dependencies.thiserror]
version = "2"

[features]
v0 = []

[lib]
name = "fef"
path = "src/lib.rs"

[package]
authors = ["Jiří Cihelka"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "mathematics"]
description = "Rust implementation of a parser of the FEF format"
edition = "2021"
keywords = ["fef"]
license = "MIT OR Apache-2.0"
name = "fef"
readme = "README.md"
repository = "https://github.com/jiricekcz/fef-rs"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]