gstuff 0.5.6

Small macro and trinkets that make my life easier.
Documentation
[package]
name = "gstuff"
version = "0.5.6"
edition = "2018"
authors = ["ArtemGr <artemciy@gmail.com>"]

description = "Small macro and trinkets that make my life easier."
documentation = "https://docs.rs/gstuff/"
repository = "https://github.com/ArtemGr/gstuff.rs"
license = "MIT"

[lib]
name = "gstuff"
path = "gstuff.rs"
doctest = false

[features]
nightly = []

[dependencies]
atomic = "0.4"
lazy_static = "1"
libc = "0.2"
term = {version = "0.6", optional = true}
term_size = {version = "0.3", optional = true}