isbnapi::logic::import_logic

Function import_author

fn import_author(
    path: &str,
    conn: &PgConnection,
    author_cache: &mut HashMap<String, (Uuid, i32)>,
)