Logo
Explore Help
Sign In
talexander/natter
1
0
Fork 0
You've already forked natter
Code Issues Pull Requests Releases Activity
natter/src/blog_post/mod.rs

6 lines
147 B
Rust
Raw Normal View History

Serialize the RenderBlogPost to JSON. This struct still does not contain anything, but I'm just setting up the skeleton for this code.
2023-10-22 16:01:42 -04:00
mod convert;
Switch to using CustomError because a boxed StdError is not Send.
2023-10-22 13:44:03 -04:00
mod definition;
Starting a struct for what will be passed as the context into dust.
2023-10-22 15:31:45 -04:00
mod render_context;
Serialize the RenderBlogPost to JSON. This struct still does not contain anything, but I'm just setting up the skeleton for this code.
2023-10-22 16:01:42 -04:00
pub(crate) use convert::convert_blog_post_to_render_context;
Switch to using CustomError because a boxed StdError is not Send.
2023-10-22 13:44:03 -04:00
pub(crate) use definition::BlogPost;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 578ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API