#recipe #collection #read #read-write #generate #paprika #recipe-set

libpaprika

A library to read and generate Paprika recipe files and recipe collections

6 releases (3 breaking)

0.4.1 Nov 4, 2022
0.4.0 Nov 4, 2022
0.3.0 Sep 19, 2022
0.2.0 Jan 2, 2020
0.1.1 Dec 23, 2019

#1054 in Data structures

Download history 10/week @ 2024-02-26 101/week @ 2024-04-01

101 downloads per month

MIT license

45KB
238 lines

Contains (Zip file, 27KB) Neo-Neapolitan Pizza Dough.paprikarecipes

libpaprika

Latest Version

A library to read and write Paprika recipe files and recipe collections.

Usage

use libpaprika::RecipeSet;

pub fn main() {
  let set = RecipeSet::from_file("My Recipes.paprikarecipes").unwrap();
  for recipe in set.recipes.values() {
    println!("{}", recipe.name)
  }
}

Dependencies

~5–20MB
~257K SLoC