use webring_mapper::robotstxt::RobotsTxt; fn main() { let input = " User-agent: Googlebot Disallow: / User-agent: * Disallow: "; dbg!(RobotsTxt::parse(input)); }