Rust is an amazing language both in terms of speed of the execution and developer experience. The goal of the rewrite is to get something out which could serve as a learning example and be built upon to further my understanding of the language. For this project, serde will be used for serializing the metadata of a blog post. This is macro, or more precisely, a proc_macro.

13m read timeFrom levelup.gitconnected.com
Post cover image
Table of contents
How to build a (simple) blog using RustKicking things offA simple serverPeeling off the layersDude, where are the components?The controller/handler layerStatic assets and the path of least resistanceA quick interludeSteal like an artist (or, copy smarter people than yourself)Closing thoughts

Sort: