fraction_list_fmt_align 0.2.0

Formats a list of arbitrary fractional numbers (either string or f32/f64) so that they are correctly aligned when printed line by line.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
categories = ["command-line-interface"]
description = "Formats a list of arbitrary fractional numbers (either string or f32/f64) so that they are correctly aligned when printed line by line."
documentation = "https://docs.rs/fraction_list_fmt_align/"
edition = "2018"
homepage = "https://github.com/phip1611/fraction_list_fmt_align"
keywords = ["fraction", "fractional", "print", "align"]
license = "MIT"
name = "fraction_list_fmt_align"
readme = "README.md"
repository = "https://github.com/phip1611/fraction_list_fmt_align"
version = "0.2.0"