Module auxiliary

Module auxiliary 

Source
Expand description

Code for dealing with test directives that request an “auxiliary” crate to be built and made available to the test in some way.

Structs§

AuxProps 🔒
Properties parsed from aux-* test directives.

Functions§

parse_and_update_aux 🔒
If the given test directive line contains an aux-* directive, parse it and update AuxProps accordingly.
parse_aux_crate 🔒