mod_interface 0.1.1

Protocol of modularity unifying interface of a module.
Documentation
test = []
[dependencies.mod_interface_meta]
version = "~0.1"

[dependencies.mod_interface_runtime]
version = "~0.1"
[dev-dependencies.test_tools]
version = "~0.1"

[lib]
name = "mod_interface"
path = "rust/impl/meta/mod_interface/front/lib.rs"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Protocol of modularity unifying interface of a module.\n"
documentation = "https://docs.rs/mod_interface"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/mod_interface"
include = ["/rust/impl/meta/mod_interface_lib.rs", "/rust/impl/meta/mod_interface/front", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "mod_interface"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/mod_interface"
resolver = "2"
version = "0.1.1"