multilayer 0.1.3

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
[dependencies.mod_interface]
version = "~0.1"

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

[features]
default = ["use_std"]
full = ["use_std", "use_alloc"]
use_alloc = []
use_std = []

[lib]
name = "multilayer"
path = "rust/impl/meta/mod_interface/front/multilayer_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 and introducing layers.
"""
documentation = "https://docs.rs/multilayer"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/alias/multilayer"
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "multilayer"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/alias/multilayer"
resolver = "2"
version = "0.1.3"

[package.metadata.docs.rs]
all-features = true
include = ["/rust/impl/meta/mod_interface/front/multilayer_lib.rs", "/Cargo.toml", "/Readme.md", "/License"]

[[test]]
name = "mod_interface_test"
path = "rust/test/meta/multilayer_tests.rs"

[[test]]
name = "mod_interface_smoke_test"
path = "rust/test/_integration_test/smoke_test.rs"