Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
data
docs
src
.gitignore
Cargo.toml
README.md
build.rs

README.md

Apache 2.0 licensed

Rust Test-Generator Example

A small library enumerating/filtering a user defined This is tan example demonstrating useage of the Rust build-script dependencies generator build-deps and the Test Function generator test-generator.

Conditional Build Process

The Test-Funciton-Generator is executed every time a new data files is added or one of the existing files is changed. The conditional build is realized using the crate build-deps, combining the functionality of build-helper and glob.

The following diagram illustrates the integration of the build-script into the conditional cargo build-process.

Build Script Intregration