Docs.rs
asciimath-text-renderer-0.1.0
asciimath-text-renderer 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Fiedzia
Dependencies
asciimath-parser ^0.1.1
normal
phf ^0.11.2
normal
unicode-segmentation ^1.10.1
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
asciimath_text_renderer/
lib.rs
1
mod
asciimath;
2
mod
renderer;
3
mod
text_canvas;
4
5
pub use
asciimath::render;