mod_interface 0.4.0

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
example = []
[dependencies.mod_interface_meta]
default-features = false
version = "0.3.0"
[dev-dependencies.test_tools]
version = "0.3.0"

[features]
default = ["enabled"]
enabled = ["mod_interface_meta/enabled"]
full = ["enabled"]
no_std = []
use_alloc = []

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Protocol of modularity unifying interface of a module and introducing layers.\n"
documentation = "https://docs.rs/mod_interface"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/mod_interface"
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "mod_interface"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/mod_interface"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = false
exclude = ["/tests", "/examples", "-*"]
features = ["full"]