fundamental_data_type 0.1.6

Fundamental data types and type constructors, like Single, Pair, Many.
Documentation
test = []
[dependencies.type_constructor]
version = "~0.1"
[dev-dependencies.test_tools]
version = "~0.1"

[features]
all = ["type_constructor/all"]
default = ["type_constructor/default"]
make = ["type_constructor/make"]

[lib]
name = "fundamental_data_type"
path = "rust/impl/dt/type_constructor/fundamental_data_type_lib.rs"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Fundamental data types and type constructors, like Single, Pair, Many.\n"
documentation = "https://docs.rs/fundamental_data_type"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/fundamental_data_type"
include = ["/rust/impl/dt/type_constructor/fundamental_data_type_lib.rs", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "fundamental_data_type"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/fundamental_data_type"
resolver = "2"
version = "0.1.6"