pub fn table_info<P: AsRef<Path>>(dir: P) -> Result<Option<TableInfo>>
Get information about the table at path dir if one exists. If no table info is found, or dir is actually a file, Ok(None) is returned.
dir