robotxt 0.6.1

The implementation of the Robots.txt (or URL exclusion) protocol with the support of crawl-delay, sitemap and universal match extensions.
Documentation

robotxt

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 3 of them enabled by default.

default

  • builder
  • parser

builder

    This feature flag does not enable additional features.

parser

  • dep:nom
  • dep:bstr
  • dep:regex

full

  • builder
  • parser
  • optimal
  • serde

serde

  • dep:serde
  • url/serde
  • serde/derive
  • serde/rc

optimal

    This feature flag does not enable additional features.