11 lines
340 B
Markdown
11 lines
340 B
Markdown
# Firecrawl Rust SDK
|
|
|
|
The Firecrawl Rust SDK is a library that allows you to easily scrape and crawl websites, and output the data in a format ready for use with language models (LLMs). It provides a simple and intuitive interface for interacting with the Firecrawl API.
|
|
|
|
# TODO...
|
|
## How to test
|
|
|
|
```rust
|
|
$ cargo run --example example
|
|
```
|