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 updateAuxProps
accordingly. - parse_
aux_ 🔒crate