shopping_list_parser

Crates.ioshopping_list_parser
lib.rsshopping_list_parser
version0.1.1
sourcesrc
created_at2024-11-06 21:34:23.550165
updated_at2024-11-06 21:39:57.557745
descriptionShopping-list parser for edu purposes
homepage
repository
max_upload_size
id1439057
size9,623
(Invop)

documentation

README

Shopping-list Parser

Description

This project is a shopping_list_parser designed for educational purposes. It allows you to parse a structured list of shopping items using a grammar defined in pest.

Example Usage

An example of a shopping list that can be parsed by this grammar:

  1. Apples 5 pcs
  2. Bananas 3 kg
  3. Mango1pcs
Commit count: 0

cargo fmt