pub async fn process_country_code(
country_code: &str,
rir_texts: &[String],
mode: &str,
output_format: OutputFormat,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
指定された国コードと、ダウンロード済みのRIRファイル文字列から IPアドレスをパースしてファイル書き込みまで実行する