The Wayback Machine - https://web.archive.org/web/20220206123309/https://github.com/topics/templating-engine
Skip to content
#

templating-engine

Here are 75 public repositories matching this topic...

digitalsanctum
digitalsanctum commented Mar 14, 2021

I'd like to be able to use ramhorns with arbitrary data supplied via JSON. From what I can tell, serde_json::Value fits the requirement for doing this but ramhorns uses a derive trait which won't work with serde_json::Value because it's an enum.

Is there a workaround or an easier way to accomplish using arbitrary data with ramhorns that doesn't require using the ramhorns::Content trait?

Improve this page

Add a description, image, and links to the templating-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the templating-engine topic, visit your repo's landing page and select "manage topics."

Learn more