derive_tools 0.1.0

Collection of general purpose derives.
Documentation
test = []
[dependencies.derive_more]
version = "~0.99"

[dependencies.parse-display]
version = "~0.5"
[dev-dependencies.wtest_basic]
version = "~0.1"

[lib]
name = "derive_tools"
path = "rust/impl/derive/lib.rs"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Collection of general purpose derives.\n"
documentation = "https://docs.rs/derive_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/derive_tools"
include = ["/rust/impl/derive", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "derive_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/derive_tools"
resolver = "2"
version = "0.1.0"