A simple library for extracting from HTML documents using structured data (JSON-LD) embedded within.
This library assumes the document follows the [schema.org recipe specification](https://schema.org/Recipe).
```rust
use reget::parse_recipe;
fn main() {
}
```
Or try the [example](examples/parse.rs).