robotstxt icon indicating copy to clipboard operation
robotstxt copied to clipboard

A native Rust port of Google's robots.txt parser and matcher C++ library.

Results 3 robotstxt issues
Sort by recently updated
recently updated
newest added

The parser can panic if it tries to slice a string within char boundaries. ``` thread '' panicked at 'byte index 58198 is not a char boundary; it is inside...

While following README.md and trying to build && run official google tests I get this error `/usr/bin/ld: cannot find -labsl::container collect2: error: ld returned 1 exit status` on `make` stage...

This API and example are really confusing... Why cannot we simply parse once and then call methods to check if URL is allowed?...