LittleEntity

Results 4 comments of LittleEntity

Hello @SergioBenitez, hello @jebrosen and hello rocket community Please have a look at my prototype to solve this issue. It is built around a Matches enum which can either be...

Hello everyone, I tinkered with with Fairings and have found a way to implement this feature with a Fairing. My current approach would be to mimic the routing process of...

Here is the fork with the progress so far: https://github.com/LittleEntity/Rocket/tree/1202_routehint Here is an example you may run and experiment with: https://github.com/LittleEntity/Rocket/tree/1202_routehint/examples/routehint So far the code is unpolished and not documented...

I guess it can be fixed here: https://github.com/kaj/ructe/blob/75b2e7da686abdd22bd2488e63f1528e3e16d313/src/templateexpression.rs#L210-L244 Unfortunatly I only have some experience with https://pest.rs/ . Nom seems to be a fine parsing library too. Maybe I will find...