cooklang-find 0.2.2

Library for finding and managing Cooklang recipes in the filesystem
Documentation
1
2
3
4
5
6
7
8
9
pub mod fetcher;
pub mod model;
pub mod search;
pub mod tree;

pub use fetcher::get_recipe;
pub use model::*;
pub use search::search;
pub use tree::{build_tree, RecipeTree};