pub fn fixture_path(manifest_dir: &str, relative: &str) -> PathBufExpand description
Resolve a fixture path relative to the calling crate’s CARGO_MANIFEST_DIR.
Typically used as: fixture_path(env!("CARGO_MANIFEST_DIR"), "tests/fixtures/my_spec.json")