| Crates.io | ej-config |
| lib.rs | ej-config |
| version | 0.3.0 |
| created_at | 2025-07-05 14:18:10.272199+00 |
| updated_at | 2025-07-05 14:18:10.272199+00 |
| description | Configuration structures and utilities for EJ builder configurations. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1739137 |
| size | 34,847 |
Configuration structures and utilities for EJ builder configurations.
ej-config provides the configuration structures and utilities used to define EJ builder configurations. Since builder configurations are used by both the builder and dispatcher components, this crate serves as a shared dependency to ensure consistency across the framework.
Add this to your Cargo.toml:
[dependencies]
ej-config = "0.3.0"
This crate is primarily used as a shared dependency by other EJ components. It ensures that builder configurations are consistently defined and handled across the builder and dispatcher.
This crate is part of the EJ Framework - a modular and scalable framework for automated testing on physical embedded boards.