Alken0
Alken0
If you are using sqlite, you may use the given in-memory database like this: ``` // function to call in tests to get Rocket instance for Client (using diesel) pub...
I am thinking of something like this as a minimal api: ``` async fn get_name( engine: TemplateEngine, Path(name): Path, ) -> impl IntoResponse { let person = Person { name...
I mean it would still be possible to implement a "CustomKey" more or less the same way it's done right now. Also to support fixed-template-paths it's possible (and very senseful...
Yes indeed this would create an overhead. I am sorry, I overlooked it in the last comment. And sorry for not formatting it correctly, yours looks so pretty :D. Your...
And I don't want to push you to change your library. I just want to suggest, feel free to say no at any time.