Function process_country_code

Source
pub async fn process_country_code(
    country_code: &str,
    rir_texts: &[String],
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

国コードと、すでにダウンロード済みのRIRファイル文字列を受け取り、 パースしてファイル書き込みまで行う。