Macros§
- local_
file - Used in tests to calculate local file path relative to the source file.
Requires call to
file!()
as a first parameter. - output_
cmp - Used in tests for storing and comparing string representations in files.
Functions§
- string_
difference - Returns a first difference between two strings. Used by
output_cmp!
macro.