tex-rs 0.2.4

Library to create latex documents in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.async-std]
version = "1.10.0"

[dependencies.rayon]
version = "1.5.1"

[package]
authors = ["Mustafif Khan"]
description = "Library to create latex documents in Rust"
edition = "2021"
license = "MIT"
name = "tex-rs"
repository = "http://github.com/MKProj/Tex-rs"
resolver = "2"
version = "0.2.4"