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 |
#1390 in Data structures
23 downloads per month
45KB
238 lines
Contains (Zip file, 27KB) Neo-Neapolitan Pizza Dough.paprikarecipes
libpaprika
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
~6–22MB
~269K SLoC