pub fn read_abi(path: &Path) -> Result<Manifest, Box<dyn Error>>
Reads and validates an ABI JSON file (see Manifest for the validation rules, including the exact ABI version check).
Manifest