sta 0.2.3

A set of additions I think go well with the standard library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sta"
version = "0.2.3"
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]

description = "A set of additions I think go well with the standard library."
documentation = "https://docs.rs/sta/0.1.5/sta/"
repository = "https://github.com/xacrimon/sta"
readme = "README.md"
license = "Apache-2.0"

[dependencies]
serde = "1.0.37"
serde_derive = "1.0.37"
terminal_size = "0.1.7"