component_model 0.22.1

Revolutionary type-safe component assignment for Rust. Build complex objects with zero boilerplate using derive macros and type-driven field setting. Perfect for configuration builders, fluent APIs, and object composition patterns.
Documentation
1
2
3
4
5
6
7
8
9
# compiletime — Trybuild Compile-Time Fixtures

Source files passed to `trybuild` for compile-time correctness tests. Run under nightly only via the `components_trybuild` test in `tests/inc/mod.rs`.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `components_component_from_debug.rs` | Verify ComponentFrom debug attribute compiles and emits expected output |