component_model_types 0.56.0

Component model.
Documentation
[package]
name = "component_model_types"
version = "0.56.0"
edition = "2021"
authors = [
  "Kostiantyn Mysnyk <wandalen@obox.systems>",
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/component_model_types"
repository = "https://github.com/Wandalen/wTools/tree/master/module/experimental/component_model_types"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/experimental/component_model_types"
description = """
Component model.
"""
categories = [ "algorithms", "development-tools" ]
keywords = [ "fundamental", "general-purpose", "builder-pattern" ]

[lints]
workspace = true

[package.metadata.docs.rs]
features = [ "full" ]
all-features = false

[features]

no_std = []
use_alloc = [ "no_std" ]

default = [ "enabled" ]
full = [
  "enabled",

  "types_component_assign",
]
enabled = []

types_component_assign = []


[dependencies]


[dev-dependencies]
# test_tools = { workspace = true, features = [ "full" ] }  # REMOVED: Creates circular dependency via component_model_types → test_tools → impls_index_meta → macro_tools → component_model_types