Registry / other / cooklang

cooklang

JSON →
library0.18.6rscratesunverified

Cooklang parser with opt-in extensions for recipe markup.

# Cargo.toml [dependencies] cooklang = "0.18.6"
INSTALL
IMPORT
SIG · COOKLANG
C
cooklang
otherrustv0.18.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Recipe
use cooklang::Recipe;

Parse a Cooklang recipe string into a Recipe object.

use cooklang::Recipe; let recipe = Recipe::parse("@Ingredient 1 cup").unwrap(); println!("{:?}", recipe);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
9
Meta
1
Resources
cooklang — cargo add cooklang · libregistry