firecrawl/apps/rust-sdk/README.md

11 lines
340 B
Markdown
Raw Normal View History

2024-07-07 20:40:52 +08:00
# 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
```