27 ms·
Ah! Thank you for taking interest. At this time there's no built-in way to generate RSS feeds, you'd need to use a "Endpoint" route and return a .xml from it:
by Princesseuh 11mo ago
Ah! Thank you for taking interest.
At this time there's no built-in way to generate RSS feeds, you'd need to use a "Endpoint" route and return a .xml from it: https://maudit.org/docs/routing/#endpoints https://maudit.org/docs/routing/#endpoints.
It's pretty straightforward, but it does require some manual work. Crates like `rss_gen` can help making the generation easier, though
- sureglymop 11mo agoTried it out today. I really want to give you props for making it a library and not a framework. And also for including benchmarks in the repo. Good stuff. Will try generating a feed when I get the chance/more time, thanks for the crate suggestion.
- Princesseuh 11mo agoThank you! Let me know if you have any questions or encounter any problems, always happy to help.