pub fn parse_address(input: &str) -> Result<Address, HashlineRejection>Expand description
Parse line, range, gap, block, and EOF-relative forms without consulting a live file. Resolution happens later against a snapshot’s recorded line count.
pub fn parse_address(input: &str) -> Result<Address, HashlineRejection>Parse line, range, gap, block, and EOF-relative forms without consulting a live file. Resolution happens later against a snapshot’s recorded line count.