In a Cargo project, where would you put files that exist solely to support testing?
For example, if you were writing a CSV parsing library, you might want example CSV files to parse in tests. Or if you were writing an image processor, you might want example images.
Ideally, users of the library would not be bothered with these, especially if they are large.