wtest_basic 0.0.0

Tools for writing tests. The most basic things.
Documentation
test = []
[dependencies.anyhow]
version = "~1.0"

[dependencies.paste]
version = "~1.0"

[dev-dependencies]

[lib]
name = "wtest"
path = "rust/impl/test/basic.rs"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Volodymyr M. <volodymyr.migdal@gmail.com>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Tools for writing tests. The most basic things.\n"
documentation = "https://docs.rs/wtest_basic"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/wtest_basic"
include = ["/rust/impl/test/basic.rs", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose", "testing"]
license = "MIT"
name = "wtest_basic"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/wtest_basic"
resolver = "2"
version = "0.0.0"