random_stuff 0.1.0

A pile of random helpers, macros, extension traits... that I didn't care to write a separate crate for. Probably nothing to do with `rand` crate.
Documentation
[dependencies.log]
optional = true
version = "0.4.13"

[dependencies.slog]
optional = true
version = "2.7.0"

[dependencies.thiserror]
version = "1.0.23"

[package]
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
categories = ["rust-patterns", "value-formatting"]
description = "A pile of random helpers, macros, extension traits... that I didn't care to write a separate crate for. Probably nothing to do with `rand` crate."
edition = "2018"
keywords = ["helpers", "macros", "extension-traits"]
license = "WTFPL"
name = "random_stuff"
repository = "https://github.com/Kixunil/rust_random_stuff"
version = "0.1.0"