Crates.io | sous |
lib.rs | sous |
version | 0.3.0 |
source | src |
created_at | 2022-11-10 00:12:07.924987 |
updated_at | 2023-03-14 01:00:36.423996 |
description | Manage culinary recipes in Rust |
homepage | |
repository | https://github.com/emar10/sous/ |
max_upload_size | |
id | 709073 |
size | 56,052 |
Work with culinary recipes in Rust
NOTE: Sous is still in early development, and the API should be considered unstable at this time.
Sous provides structs for representing culinary recipes in Rust, along with an API for loading and converting them between formats. This package also includes a reference command-line utility demonstrating the library's capabilities.
Sous is available on crates.io:
$ cargo add sous
The Sous CLI can ingest recipes in YAML format, and output them as Markdown:
$ sous test.yml
If a directory is passed to Sous as input, it will operate in Cookbook mode,
converting any YAML files within. If the --output
directory is not set, Sous
will output to a directory called render
in the current working directory.