crawlberg 1.0.6
crawlberg: ^1.0.6 copied to clipboard
High-performance web crawling engine
example/crawlberg_example.dart
import 'package:crawlberg' as crawlberg;
void main() {
print('Example: crawlberg loaded successfully');
}