pretty-print-nalgebra 0.1.0

a small macro-only crate providing ability to pretty-print a 2D nalgebra array
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "pretty-print-nalgebra"
description = "a small macro-only crate providing ability to pretty-print a 2D nalgebra array"
version = "0.1.0"
authors = ["Andrew Straw <strawman@astraw.com>"]
edition = "2018"
license = "MIT/Apache-2.0"

[dev-dependencies]
nalgebra = "0.27"