datex 0.1.0

A simple package to automatically process your data and make it look pretty in LaTeX.
1
2
3
4
5
6
7
8
9
10
11
12
13
[[bin]]
name = "dtex"
path = "src/main.rs"
[dependencies.colored]
version = "2.0.0"

[package]
description = "A simple package to automatically process your data and make it look pretty in LaTeX."
edition = "2021"
license = "MIT"
name = "datex"
readme = "README.md"
version = "0.1.0"