am-parse 0.99.2

Simple library for converting asciimath to other formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "am-parse"
version = "0.99.2"
authors = ["Daniil Novoselov <gudnmail@gmail.com>"]
edition = "2021"
license = "MIT"
description = "Simple library for converting asciimath to other formats"
readme = "README.md"
repository = 'https://github.com/gudn/am-parse'

[lib]
crate-type = ["cdylib", "rlib"]