An open API service indexing awesome lists of open source software.

https://github.com/nickysemenza/ingredient-parser

recipe ingredient line item parser 🍳
https://github.com/nickysemenza/ingredient-parser

cooking nom parser rust

Last synced: 3 months ago
JSON representation

recipe ingredient line item parser 🍳

Awesome Lists containing this project

README

          

# ingredient-parser

[![codecov](https://codecov.io/gh/nickysemenza/ingredient-parser/branch/main/graph/badge.svg?token=5GJCVD15RH)](https://codecov.io/gh/nickysemenza/ingredient-parser)
[![build + test](https://github.com/nickysemenza/ingredient-parser/actions/workflows/rust.yml/badge.svg)](https://github.com/nickysemenza/ingredient-parser/actions/workflows/rust.yml)

**ingredient-parser** is a Rust project for parsing recipe ingredient lines into structured data. This repository contains the core library and related tooling.

For full documentation, usage examples, and features, see the detailed [ingredient-parser/readme.md](ingredient-parser/readme.md).