icentral-test-basic-icentral 0.1.0

Provides foundational utilities for basic testing within the iCentral framework in Rust 2021 edition.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 50.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.59 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 36s Average build duration of successful builds.
  • all releases: 1m 36s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • klebs6

icentral-test-basic-icentral

Overview

icentral-test-basic-icentral is a Rust library facilitating basic test functionalities within the iCentral framework. It provides foundational test utilities aimed at improving and streamlining the testing process in Rust's 2021 edition.

Features

  • Simplified integration with the iCentral testing suite.
  • Basic test primitives to enhance test creation and execution.
  • Designed with Rust's 2021 edition specifications for maximum compatibility and performance.

Installation

Add to your Cargo.toml:

[dependencies]
icentral-test-basic-icentral = "0.1.0"

Import in your project:

use icentral_test_basic_icentral::*;

Usage

This crate can be used whenever a basic testing structure is needed within the iCentral environment. It offers flexible test modules to ensure your projects remain robust under various conditions.

Contribution

Contributions are welcome. Feel free to open issues or submit pull requests.


This README was generated by an AI model and may not be 100% accurate, though it should be adequately comprehensive.

This crate is in the process of being translated from c++ to rust. Currently, it still needs exhaustive testing. It is likely there currently exist many glitches which need to be fixed before proper usage. This crate is based on the original icentral program developed by Fuad Jamor. Please see the following repository for details: https://github.com/fjamour/icentral.

For progress updates, see the workspacer rust project.