Move render_grpc_request to yaak-models too; drop yaak::render

This commit is contained in:
Gregory Schier
2026-08-17 07:48:01 -07:00
parent bfbff361a6
commit 43a2d140ad
6 changed files with 69 additions and 76 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
//! `yaak-commands` when the template commands did. Callers in this crate do not
//! need to track which is which.
pub use yaak::render::{render_grpc_request, render_http_request};
pub use yaak_models::render::{render_grpc_request, render_http_request};
pub use yaak_commands::render::{render_json_value, render_template};