Function process_all_country_codes

Source
pub async fn process_all_country_codes(
    country_codes: &[String],
    rir_texts: &[String],
    mode: &str,
    output_format: OutputFormat,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

全RIRテキストから全ての国コードに対するIPアドレスをパースし、 指定された国コードのリストに対応するIPアドレスをファイルに書き出す。