ej-config

Crates.ioej-config
lib.rsej-config
version0.3.0
created_at2025-07-05 14:18:10.272199+00
updated_at2025-07-05 14:18:10.272199+00
descriptionConfiguration structures and utilities for EJ builder configurations.
homepage
repository
max_upload_size
id1739137
size34,847
André Costa (AndreCostaaa)

documentation

README

ej-config

Configuration structures and utilities for EJ builder configurations.

Overview

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.

Features

  • Builder configuration data structures
  • Board configuration definitions
  • Configuration serialization and deserialization
  • Configuration validation utilities
  • Shared configuration types used across EJ components

Installation

Add this to your Cargo.toml:

[dependencies]
ej-config = "0.3.0"

Usage

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.

Part of EJ Framework

This crate is part of the EJ Framework - a modular and scalable framework for automated testing on physical embedded boards.

Commit count: 0

cargo fmt