Skip to content

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

Notifications You must be signed in to change notification settings

the-kenny/libpaprika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  }
}

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages