phollaits 0.1.2

Here is a collection of traits that I use in my projects from time to time - feel free to use them in your projects as well.
Documentation
[dependencies.data-encoding]
version = "2"

[dependencies.md5]
version = "0.7"

[dependencies.ring]
version = "0.16"

[dependencies.tar]
version = "0.4"

[lib]
bench = true
crate-type = ["lib"]
edition = "2018"
name = "phollaits"
path = "src/lib/mod.rs"
test = true

[package]
authors = ["ph0llux <ph0llux@pm.me>"]
description = "Here is a collection of traits that I use in my projects from time to time -\nfeel free to use them in your projects as well.\n"
edition = "2018"
homepage = "https://github.com/ph0llux/phollaits"
keywords = ["traits"]
license-file = "LICENSE"
name = "phollaits"
publish = true
repository = "https://github.com/ph0llux/phollaits"
version = "0.1.2"