Asciimath Unicode
Render asciimath to unicode.
To convert asciimath quickly, you can use the write_unicode or
convert_unicode methods. If you want more control, see the options exposed
through InlineRenderer which can be rendered into RenderedUnicode.
Usage
Binary
This crate provides a simple cli for converting asciimath to unicode:
Library
let res = convert_unicode;
assert_eq!;
use InlineRenderer;
let renderer = InlineRenderer ;
let res: String = renderer.render.collect;
assert_eq!;