Serialize the RenderBlogPost to JSON.

This struct still does not contain anything, but I'm just setting up the skeleton for this code.
This commit is contained in:
Tom Alexander
2023-10-22 16:01:42 -04:00
parent b72aec9d20
commit 0b6900eeca
6 changed files with 40 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
mod convert;
mod definition;
mod render_context;
pub(crate) use convert::convert_blog_post_to_render_context;
pub(crate) use definition::BlogPost;