Files
firecrawl/apps/rust-sdk/README.md
T
2024-07-11 16:47:44 +02:00

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
```