Categorygithub.com/aquilax/cooklang-go
modulepackage
0.1.7
Repository: https://github.com/aquilax/cooklang-go.git
Documentation: pkg.go.dev

# README

cooklang-go Go Reference

Cooklang parser in Go

Usage

Check example_test.go for sample usage.

# Packages

No description provided by the author
No description provided by the author

# Functions

ParseFile parses a cooklang recipe file and returns the recipe or an error.
ParseStream parses a cooklang recipe text stream and returns the recipe or an error.
ParseString parses a cooklang recipe string and returns the recipe or an error.

# Structs

Cookware represents a cookware item.
Ingredient represents a recipe ingredient.
IngredientAmount represents the amount required of an ingredient.
Recipe contains a cooklang defined recipe.
Step represents a recipe step.
Timer represents a time duration.

# Type aliases

Metadata contains key value map of metadata.