pub fn read_span( path: impl AsRef<SPath>, start: usize, end: usize, ) -> Result<String>
Read a (start,end) half-open span and return a string.