sous

Crates.iosous
lib.rssous
version0.3.0
sourcesrc
created_at2022-11-10 00:12:07.924987
updated_at2023-03-14 01:00:36.423996
descriptionManage culinary recipes in Rust
homepage
repositoryhttps://github.com/emar10/sous/
max_upload_size
id709073
size56,052
Ethan Martin (emar10)

documentation

README

Sous

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.

Installing

Sous is available on crates.io:

$ cargo add sous

Command Line Usage

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.

Commit count: 23

cargo fmt