pub fn parse_ip_lines( text: &str, country_code: &str, ) -> Result<(Vec<IpNet>, Vec<IpNet>), Box<dyn Error + Send + Sync>>
テキスト全体を行ごとに分解し、指定された country_code に合致するIPv4/IPv6のリストを返す。
country_code